Commit 8fc717cb62095d712620cf6f634383449e08db10

Authored by iceling
1 parent b60a8670

无修改

pages/goods/goodsList/goodsList.js
1   -var t = function(t) {
  1 + var t = function(t) {
2 2 return t && t.__esModule ? t : {
3 3 default: t
4 4 };
... ...
pages/goods/goodsList/goodsList.json
1   -{
  1 + {
2 2 "navigationBarTitleText": "商品列表"
3 3 }
4 4 \ No newline at end of file
... ...
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>
... ...
pages/goods/goodsList/goodsList.wxss
1   -.container {
  1 + .container {
2 2 color: #666;
3 3 }
4 4  
... ...