Commit 44c268151160d10cf17fa296b180829202798587
Merge branch 'dev' of http://git.vipzhuang.cn/wxd/MShopWeApp into dev
Showing
4 changed files
with
4 additions
and
4 deletions
pages/goods/goodsList/goodsList.js
pages/goods/goodsList/goodsList.json
pages/goods/goodsList/goodsList.wxml
| ... | ... | @@ -82,7 +82,7 @@ |
| 82 | 82 | <block wx:else> |
| 83 | 83 | <view class="price">¥{{item.shop_price}}</view> |
| 84 | 84 | <view class="comment flex jc_sb"> |
| 85 | - <view class="word-line xc-ash">¥{{item.market_price}}</view> | |
| 85 | + <view class="word-line xc-ash">¥{{item.market_price}}</view> | |
| 86 | 86 | <view>评论{{item.comment_count}} 已售{{item.sales_sum}}</view> |
| 87 | 87 | </view> |
| 88 | 88 | </block> | ... | ... |