图片调整

This commit is contained in:
liuyuan
2025-05-06 15:22:09 +08:00
parent ddbd8e74b6
commit 0bbcd61bde
15 changed files with 815 additions and 60 deletions

View File

@@ -135,7 +135,7 @@
<text class="price">合计
<text class="total" v-if="actualPayment==0">{{jfNumber}}积分</text>
<text class="total" v-else>
{{actualPayment}}
<span style=" color: red;">{{actualPayment}}</span>
<text style="margin: 0 4rpx" v-if="actualPayment > 0 && jfNumber > 0"> + </text>
<text v-if="jfNumber > 0">{{ jfNumber }} 积分</text>