Fix:4076 【商城小程序】领取盲盒礼品后,隐藏盲盒礼物下方商品总价与实付款信息

This commit is contained in:
LinCyJang
2025-07-29 21:49:52 +08:00
parent 251da432c9
commit db9dba4df8
+2 -2
View File
@@ -158,7 +158,7 @@
</view>
</view>
<view class="" v-if="orderInfo.cartInfo &&( d === orderInfo.cartInfo.length - 1)">
<view class="v12-justify-between v12-align-center v12-mt-3 v12-dark-text">
<view class="v12-justify-between v12-align-center v12-mt-3 v12-dark-text" v-if="orderInfo.isGiftCardReceiveBlind === 0">
<view class="v12-font-24 v12-dark-text">
商品总价
</view>
@@ -217,7 +217,7 @@
</view>
</view>
<u-divider></u-divider>
<view class="v12-justify-between v12-align-center v12-mt-3">
<view class="v12-justify-between v12-align-center v12-mt-3" v-if="orderInfo.isGiftCardReceiveBlind === 0">
<view class="v12-font-28 v12-font-bold v12-dark-text">
实付款
</view>