Ver código fonte

优化朋友圈样式

wkw 1 mês atrás
pai
commit
75869c921a

+ 3 - 3
src/updater/update.json

@@ -1,7 +1,7 @@
 {
-  "version": "2.0.13",
-  "releaseDate": "2025-08-30 09:15:50",
-  "checksum": "4f77e669136ff12cc01d16c72fa3f7e697f87157ddf5d61c92da66cb8b304805",
+  "version": "2.0.18",
+  "releaseDate": "2025-08-30 11:09:25",
+  "checksum": "e28177761ba22dd4dd2e3ea9c615e32df19f82171f8ced8c1c7f9d7c20d9d0e0",
   "minBinaryVersion": "2.0.0",
   "mandatory": false,
   "upDataDescription": "✨修正一些錯誤。。。。!!!"

+ 3 - 2
src/views/im/components/Discover/Discover.vue

@@ -66,8 +66,8 @@
 
                 <!-- 点赞静态数据 -->
                 <div class="like-row" v-if="item.dynamic_like.length > 0">
-                  {{ item.dynamic_like.map(n => n.name).join(', ') }}
-                  <!-- <van-image v-for="n in item.dynamic_like" :key="n" class="like-avatar" round src="https://fastly.jsdelivr.net/npm/@vant/assets/cat.jpeg"/> -->
+                  <!-- {{ item.dynamic_like.map(n => n.name).join(', ') }} -->
+                  <van-image v-for="(n,likeindex) in item.dynamic_like" :key="i + '-' + likeindex" class="like-avatar" round :src="n.avatar"/>
                 </div>
 
                 <!-- 评论静态数据 -->
@@ -117,6 +117,7 @@ export default {
           return;
         }
         const decoded = JSON.parse(atob(res.data));
+        // console.log(decoded)
         this.total = decoded.total || 0;
 
         const processedList = decoded.list.map(item => ({

+ 1 - 1
src/views/im/components/remarkList/index.vue

@@ -176,7 +176,7 @@ export default {
       color: #8D8D8D;
       font-style: normal;
       text-transform: none;
-      margin-left: auto;
+      // margin-left: auto;
     }
   }