Fix:5593 【商城小程序】自建礼品设置了商品价值,但是收礼人领取后,商城小程序端未显示礼品价值

This commit is contained in:
LinCyJang
2026-08-10 22:13:39 +08:00
parent 90d908a959
commit e92027d74e
+7 -1
View File
@@ -251,9 +251,15 @@
</view>
<view class="v12-text-right">
<text class="v12-font-22"></text>
<text class="v12-font-28">
<text class="v12-font-28" v-if="!orderInfo.customGiftInfo">
{{ force2Decimal(orderInfo.totalPrice) }}
</text>
<text class="v12-font-28" v-if="orderInfo.customGiftInfo && !orderInfo.customGiftInfo.isShowValue">
{{ force2Decimal(orderInfo.totalPrice) }}
</text>
<text class="v12-font-28" v-if="orderInfo.customGiftInfo && orderInfo.customGiftInfo.isShowValue">
{{ force2Decimal(orderInfo.customGiftInfo.giftValue) }}
</text>
</view>
</view>
<view class="v12-justify-between v12-align-center v12-mt-3" v-if="orderInfo.payPostage > 0">