Fix:5593 【商城小程序】自建礼品设置了商品价值,但是收礼人领取后,商城小程序端未显示礼品价值
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user