Commit 5e2eec87 by 赵雅纹

Merge branch 'dev_7.1.0' into fixbug-ZYW

parents d2003890 52688ed0
...@@ -76,7 +76,7 @@ ...@@ -76,7 +76,7 @@
<text class="total-pro">共{{item.tradeVO.skuCount}}件商品</text> <text class="total-pro">共{{item.tradeVO.skuCount}}件商品</text>
<view class="total-price"> <view class="total-price">
实付 实付
<text class="price">¥{{item.tradeVO.payAmount}}</text> <text class="price">¥{{item.amount? item.amount : item.previewAmount}}</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