feat(custom): \!
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-09-05 20:17:16 +08:00
parent 94b6a9da10
commit 2f31aa7b70
4 changed files with 11 additions and 10 deletions

View File

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