This commit is contained in:
xiaozhiyong
2024-06-03 15:47:10 +08:00
parent 17677a8517
commit 4d247306a5

View File

@@ -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>