Fix:4107 【商城小程序】盲盒礼包订单详情页,隐藏盲盒礼物下方的商品折扣信息
This commit is contained in:
@@ -192,7 +192,7 @@
|
||||
</text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="v12-justify-between v12-align-center v12-mt-3" v-if="orderInfo.discountPrice > 0">
|
||||
<view class="v12-justify-between v12-align-center v12-mt-3" v-if="orderInfo.discountPrice > 0 && orderInfo.isGiftCardReceiveBlind === 0">
|
||||
<view class="v12-font-24 v12-dark-text">
|
||||
商品折扣
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user