Fix:4753 【商城小程序】盲盒礼包领取页面-领取按钮未居中,图片被遮挡(未开启好友转赠功能)
This commit is contained in:
@@ -13,7 +13,9 @@
|
|||||||
|
|
||||||
</image>
|
</image>
|
||||||
</view>
|
</view>
|
||||||
<view class="good-story"
|
<view
|
||||||
|
class="good-story"
|
||||||
|
v-if="card.isBlind !== 1"
|
||||||
:style="{
|
:style="{
|
||||||
right: (card.productStoryX*2 || 0) + 'rpx',
|
right: (card.productStoryX*2 || 0) + 'rpx',
|
||||||
top: (card.productStoryY*2 || 0) + 'rpx'
|
top: (card.productStoryY*2 || 0) + 'rpx'
|
||||||
@@ -38,7 +40,7 @@
|
|||||||
<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>
|
||||||
<button open-type="share" class="share-btn v12-white v12-primary-text v12-d-flex" >
|
<button v-if="card.canTransfer !== 0 && !isReceive && myGift.isCurrentUser !== 1" open-type="share" class="share-btn share-btn-second v12-white v12-primary-text v12-d-flex" >
|
||||||
点击转赠给好友
|
点击转赠给好友
|
||||||
<u-icon :name="webUrl + '/icon/share.png'" ></u-icon>
|
<u-icon :name="webUrl + '/icon/share.png'" ></u-icon>
|
||||||
</button>
|
</button>
|
||||||
@@ -68,7 +70,7 @@
|
|||||||
<button class="share-btn v12-white-text v12-primary" @click="setShowAddressForm(true)">
|
<button class="share-btn v12-white-text v12-primary" @click="setShowAddressForm(true)">
|
||||||
填写信息并收下
|
填写信息并收下
|
||||||
</button>
|
</button>
|
||||||
<button v-if="card.canTransfer !== 0" open-type="share" class="share-btn v12-white v12-primary-text v12-d-flex" >
|
<button v-if="card.canTransfer !== 0" open-type="share" class="share-btn share-btn-second v12-white v12-primary-text v12-d-flex" >
|
||||||
点击转赠给好友
|
点击转赠给好友
|
||||||
<u-icon :name="webUrl + '/icon/share.png'" ></u-icon>
|
<u-icon :name="webUrl + '/icon/share.png'" ></u-icon>
|
||||||
</button>
|
</button>
|
||||||
@@ -403,11 +405,13 @@ export default {
|
|||||||
z-index: 999;
|
z-index: 999;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
border: 1rpx solid #C52733 ;
|
border: 1rpx solid #C52733 ;
|
||||||
margin-left: 10rpx;
|
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
height: 80rpx;
|
height: 80rpx;
|
||||||
line-height: 80rpx;
|
line-height: 80rpx;
|
||||||
}
|
}
|
||||||
|
.share-btn-second{
|
||||||
|
margin-left: 20rpx;
|
||||||
|
}
|
||||||
.share-btn::before{
|
.share-btn::before{
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user