Task:3744 【新需求】礼品卡图片自定义/ 隐藏图片上的文字和按钮
This commit is contained in:
@@ -68,15 +68,16 @@
|
|||||||
<view class="introduce bold">{{ storeInfo.storeName }}</view>
|
<view class="introduce bold">{{ storeInfo.storeName }}</view>
|
||||||
<!-- :style="giftBg ? `background: url('${giftBg}') no-repeat center/cover` : ''" -->
|
<!-- :style="giftBg ? `background: url('${giftBg}') no-repeat center/cover` : ''" -->
|
||||||
<view v-if="storeInfo.isGiftCard === 1"
|
<view v-if="storeInfo.isGiftCard === 1"
|
||||||
|
@click="toGift"
|
||||||
class=" v12-white-text v12-px-2 v12-py-1 v12-mt-2 v12-radius-20 v12-font-bold v12-justify-between v12-align-center gift-wrap"
|
class=" v12-white-text v12-px-2 v12-py-1 v12-mt-2 v12-radius-20 v12-font-bold v12-justify-between v12-align-center gift-wrap"
|
||||||
:style="giftBg ? 'background: url(' + giftBg + ') no-repeat center/cover' : ''"
|
:style="giftBg ? 'background: url(' + giftBg + ') no-repeat center/cover' : ''"
|
||||||
:class="giftBg ? '' : 'v12-primary'"
|
:class="giftBg ? '' : 'v12-primary'"
|
||||||
>
|
>
|
||||||
<view class="v12-font-28 v12-align-center" style="height: 74rpx">
|
<view class="v12-font-28 v12-align-center" style="height: 74rpx; opacity: 0;">
|
||||||
<image class="gift-img" :src="webUrl + '/orderIcon/gift.png'" mode="widthFix" ></image>
|
<image class="gift-img" :src="webUrl + '/orderIcon/gift.png'" mode="widthFix" ></image>
|
||||||
支持礼包赠送
|
支持礼包赠送
|
||||||
</view>
|
</view>
|
||||||
<view @click="toGift" class="v12-white v12-dark-text v12-radius-20 v12-font-28 gift-btn">
|
<view @click="toGift" class="v12-white v12-dark-text v12-radius-20 v12-font-28 gift-btn" style="opacity: 0;">
|
||||||
送给朋友
|
送给朋友
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
Reference in New Issue
Block a user