Fix:4753 【商城小程序】盲盒礼包领取页面-领取按钮未居中,图片被遮挡(未开启好友转赠功能)

This commit is contained in:
LinCyJang
2025-12-27 22:18:22 +08:00
parent a86ac4d6e5
commit 254a9d0e57
+2 -2
View File
@@ -21,12 +21,12 @@
</view>
</view>
<view v-if="!isTravelGroup">
<view v-if="!isTravelGroup" style="margin-top: 200rpx;">
<view class="blind-box" v-if="card.isBlind">
<u-icon :name="webUrl + '/orderIcon/礼物.png'" size="30" ></u-icon>
<text class="v12-font-30 v12-dark-text v12-font-bold v12-ml-2">您收到一份来自朋友的神秘礼物</text>
</view>
<view class="btn-wrap">
<view class="btn-wrap" style="margin-top: 0rpx;">
<button v-if="!isReceive && myGift.isCurrentUser !== 1" class="share-btn v12-white-text v12-primary" @click="setAddress(0)">
填写地址并收下
</button>