Commit ef43cb00 by 高淑倩

add: 退货列表count

parent 55cbde3c
...@@ -66,10 +66,10 @@ ...@@ -66,10 +66,10 @@
</scroll-view> </scroll-view>
</view> </view>
<view class="pro-number"> <view class="pro-number">
<text class="total-pro">共{{item.count}}件商品</text> <text class="total-pro">共{{item.tradeVO.skuCount}}件商品</text>
<view class="total-price"> <view class="total-price">
实付 实付
<text class="price">¥{{item.amount}}</text> <text class="price">¥{{item.tradeVO.payAmount}}</text>
</view> </view>
</view> </view>
</view> </view>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment