Fix:4753 【商城小程序】盲盒礼包领取页面-领取按钮未居中,图片被遮挡(未开启好友转赠功能)
This commit is contained in:
@@ -21,12 +21,12 @@
|
|||||||
</view>
|
</view>
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
<view v-if="!isTravelGroup">
|
<view v-if="!isTravelGroup" style="margin-top: 200rpx;">
|
||||||
<view class="blind-box" v-if="card.isBlind">
|
<view class="blind-box" v-if="card.isBlind">
|
||||||
<u-icon :name="webUrl + '/orderIcon/礼物.png'" size="30" ></u-icon>
|
<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>
|
<text class="v12-font-30 v12-dark-text v12-font-bold v12-ml-2">您收到一份来自朋友的神秘礼物</text>
|
||||||
</view>
|
</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 v-if="!isReceive && myGift.isCurrentUser !== 1" class="share-btn v12-white-text v12-primary" @click="setAddress(0)">
|
||||||
填写地址并收下
|
填写地址并收下
|
||||||
</button>
|
</button>
|
||||||
|
|||||||
Reference in New Issue
Block a user