This commit is contained in:
@@ -207,7 +207,7 @@ defineExpose({
|
||||
<text>{{ cartInfo.count }}</text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="ml-1 text-[25px]">
|
||||
<view class="ml-1 text-[28px]">
|
||||
<text>总金额: {{ cartInfo.discount_price.toFixed(2) }}元</text>
|
||||
<text v-if="!IsPendingOrder">,积分抵扣: {{ cartInfo.discount_integral.toFixed(2) }}
|
||||
</text>
|
||||
|
||||
Reference in New Issue
Block a user