中秋更行
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user