Fix:4023 【商城小程序】送礼方在我的订单-查看送礼礼包订单详情,具体领取情况未显示(显示效果见图二)
This commit is contained in:
@@ -328,7 +328,7 @@
|
||||
<text class="money font-color-red">¥{{ force2Decimal(orderInfo.payPrice) }}</text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="gift-wrap" v-if="order.isGiftCardSend">
|
||||
<view class="gift-wrap" v-if="order.isGiftCardSend || order.isGiftCardReceive">
|
||||
<view class="v12-justify-between v12-align-center">
|
||||
<view class="v12-font-28 v12-font-bold v12-align-center">
|
||||
<u-icon :name="webUrl + '/icon/gift-primary.png'" size="24"></u-icon>
|
||||
|
||||
Reference in New Issue
Block a user