[版本更新]

This commit is contained in:
zhangjing
2021-06-10 15:12:48 +08:00
parent b420399fd8
commit e3b1e0fe99
12 changed files with 45 additions and 28 deletions

View File

@@ -52,7 +52,7 @@
<view class="order-total">
<view class="order-total-li">
实际支付
<text class="redCor">¥{{order.amount || order.source.welfare.price}}</text>
<text class="redCor">¥{{order.total || order.source.welfare.price}}</text>
</view>
</view>