中秋更行

This commit is contained in:
caolc
2022-09-09 14:57:19 +08:00
parent a10b2b7dcc
commit ced82c19bc
7 changed files with 79 additions and 8 deletions

View File

@@ -138,7 +138,7 @@
</view>
<view class="dashed-top margin-top-xs padding-top-sm">
<view class="padding-tb-xs text-left">
加油金额<text class="fr">{{order.xoilAmountGun |moneyFormat}}</text>
加油金额<text class="fr">{{moneyIntercept(order.xoilAmountGun) }}</text>
<!-- <text
class="fr">{{order.oilDiscountAmount>0?order.realAmount+order.oilDiscountAmount:order.realAmount|moneyFormat}}</text> -->
</view>
@@ -156,7 +156,7 @@
<view class="padding-tb-xs text-left">
合计
<text class="text-red text-bold text-lg fr">
{{order.realAmount>0? order.realAmount:'xxx.x' | moneyFormat}}</text>
{{order.realAmount>0? moneyIntercept(order.realAmount) :'xxx.x' }}</text>
</view>
</view>
</view>