Commit bf8fbc6768f4fbd6af290a42f4006e101941c7b6

Authored by yvan.ni
1 parent 7aef3a0c

已售要显示

pages/goods/categoryList/categoryList.wxml
@@ -464,8 +464,11 @@ @@ -464,8 +464,11 @@
464 {{g_filter.get_card_price(item,card_list,1)}} 464 {{g_filter.get_card_price(item,card_list,1)}}
465 </view> 465 </view>
466 </view> 466 </view>
467 - <view>评论{{item.comment_count}} 已售{{item.sales_sum}}</view>  
468 </view> 467 </view>
  468 +
  469 + <view class="fs24" style="color:#999; margin-top: 3rpx;">评论{{item.comment_count}} 已售{{item.sales_sum}}</view>
  470 +
  471 +
469 </block> 472 </block>
470 <block wx:else> 473 <block wx:else>
471 666 474 666