Commit 52688ed0 by 高淑倩

退单列表实付金额

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