更新
This commit is contained in:
@@ -87,17 +87,15 @@
|
||||
|
||||
<view class="settlement">
|
||||
<view class="left">
|
||||
<view
|
||||
>实付:<text
|
||||
>¥{{ discountInfo.actualAmountPaid || "0.00" }}</text
|
||||
></view
|
||||
>
|
||||
<view
|
||||
>优惠¥{{
|
||||
<view>
|
||||
实付:<text>¥{{ discountInfo.actualAmountPaid || "0.00" }}</text>
|
||||
</view>
|
||||
<view>
|
||||
优惠¥{{
|
||||
discountInfo.discountAmount
|
||||
| preferential(discountInfo.serviceCharge)
|
||||
}}</view
|
||||
>
|
||||
}}
|
||||
</view>
|
||||
</view>
|
||||
<view class="right" @click="createCOrder">去支付</view>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user