修改订单展示问题

This commit is contained in:
liuyuan
2025-04-22 15:06:23 +08:00
parent 965abb4634
commit 861d047eb5
6 changed files with 639 additions and 510 deletions

View File

@@ -406,12 +406,10 @@
<template slot="leftSlot" slot-scope="slotProps">
<view class="price_box order_bottom_box">
<text class="price"
>合计:
<text class="total">
<template v-if="actualPayment > 0">
{{ Number(actualPayment).toFixed(2) }}
</template>
>合计
<text class="total" v-if="actualPayment==0">{{jfNumber}}积分</text>
<text class="total" v-else>
{{ Number(actualPayment).toFixed(2) }}
<text
style="margin: 0 4rpx"
v-if="actualPayment > 0 && jfNumber > 0"