shish 3 年 前
コミット
2537e9ed54
1 ファイル変更1 行追加1 行削除
  1. 1 1
      mallApp/src/pages/home/recent.vue

+ 1 - 1
mallApp/src/pages/home/recent.vue

@@ -16,7 +16,7 @@
             <view class="ghs_box flex-col justify-end" v-for="item in list" :key="item.id">
               <view class="image-text_7 flex-row justify-between">
                 <view class="section_1 flex-col">
-                  <image class="logo" :src="item.cover" />
+                  <image class="logo" :src="item.smallAvatar" />
                 </view>
                 <view class="text-group_7 flex-col justify-between">
                   <text class="text_8">{{item.showName}}</text>