浏览代码

!119 修复在first_two模式的分类页面里商品名字无法显示的问题
Merge pull request !119 from 杨宇庆/N/A

芋道源码 10 月之前
父节点
当前提交
cf88789eef
共有 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>