Fix:4107 【商城小程序】盲盒礼包订单详情页,隐藏盲盒礼物下方的商品折扣信息

This commit is contained in:
linxi
2025-07-31 11:01:34 +08:00
parent 914f39c2cf
commit 0186ac0d0e
+1 -1
View File
@@ -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>