|
|
@ -87,17 +87,15 @@ |
|
|
|
|
|
|
|
|
|
|
|
<view class="settlement"> |
|
|
|
<view class="settlement"> |
|
|
|
<view class="left"> |
|
|
|
<view class="left"> |
|
|
|
<view |
|
|
|
<view> |
|
|
|
>实付:<text |
|
|
|
实付:<text>¥{{ discountInfo.actualAmountPaid || "0.00" }}</text> |
|
|
|
>¥{{ discountInfo.actualAmountPaid || "0.00" }}</text |
|
|
|
</view> |
|
|
|
></view |
|
|
|
<view> |
|
|
|
> |
|
|
|
优惠¥{{ |
|
|
|
<view |
|
|
|
|
|
|
|
>优惠¥{{ |
|
|
|
|
|
|
|
discountInfo.discountAmount |
|
|
|
discountInfo.discountAmount |
|
|
|
| preferential(discountInfo.serviceCharge) |
|
|
|
| preferential(discountInfo.serviceCharge) |
|
|
|
}}</view |
|
|
|
}} |
|
|
|
> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="right" @click="createCOrder">去支付</view> |
|
|
|
<view class="right" @click="createCOrder">去支付</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|