浏览代码

fix: 修复在first_two模式的分类页面里商品名字无法显示的问题

Signed-off-by: 杨宇庆 <hiyyq@qq.com>
杨宇庆 9 月之前
父节点
当前提交
5ee9c18f4c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pages/index/components/first-two.vue

+ 1 - 1
pages/index/components/first-two.vue

@@ -8,7 +8,7 @@
             <image class="goods-img" :src="item.picUrl" mode="aspectFit" />
           </view>
           <view class="goods-content">
-            <view class="goods-title ss-line-1 ss-m-b-28">{{ item.title }}</view>
+            <view class="goods-title ss-line-1 ss-m-b-28">{{ item.name }}</view>
             <view class="goods-price">¥{{ fen2yuan(item.price) }}</view>
           </view>
         </view>