修改订单展示问题
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user