中秋更新
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
<view class="padding-tb-xs text-left">
|
||||
油品油枪:
|
||||
<text class="fr nowrap">
|
||||
{{order.oilsCode?order.oilsCode+' ':'' }} {{order.oilsBar?order.oilsBar+'号枪':'未选择油枪'}} </text>
|
||||
{{order.oilsCode?order.oilsCode+' ':'' }} {{ order.gunName?order.gunName+'号枪': order.oilsBar?order.oilsBar+'号枪':'未选择油枪'}} </text>
|
||||
</view>
|
||||
<view class="padding-tb-xs text-left">
|
||||
{{order.oilProductType=='GAS'?'加气重量:':'加油升数:'}}
|
||||
@@ -65,7 +65,7 @@
|
||||
</view>
|
||||
<view class="padding-tb-xs text-left">
|
||||
优惠价格:
|
||||
<text class="fr">{{order.realPrice |moneyIntercept}} {{order.oilProductType=='GAS'?'L':'L'}}</text>
|
||||
<text class="fr">{{moneyIntercept(order.realPrice) }}¥/ {{order.oilProductType=='GAS'?'L':'L'}}</text>
|
||||
</view>
|
||||
<view class="padding-tb-xs text-left">
|
||||
加油员:
|
||||
@@ -84,8 +84,9 @@
|
||||
</view>
|
||||
<view class="padding-tb-xs text-left">
|
||||
星油优惠:
|
||||
<!-- order.xoilDiscountAmount>0?order.xoilDiscountAmount:'xxx.x'|moneyFormat -->
|
||||
<text
|
||||
class="text-red fr">{{order.xoilDiscountAmount>0?order.xoilDiscountAmount:'xxx.x'|moneyFormat}}</text>
|
||||
class="text-red fr">{{ moneyIntercept(order.xoilDiscountAmount)}}</text>
|
||||
</view>
|
||||
<view class="padding-tb-xs text-left">
|
||||
优惠券:
|
||||
|
||||
Reference in New Issue
Block a user