@@ -4,7 +4,7 @@
|
|||||||
class="gift-page"
|
class="gift-page"
|
||||||
>
|
>
|
||||||
<view class="top-card" v-if="!isPayOk">
|
<view class="top-card" v-if="!isPayOk">
|
||||||
<view class="top-tab-nav-wrap">
|
<view v-if="!isGroupBuy" class="top-tab-nav-wrap">
|
||||||
<view
|
<view
|
||||||
:class="{'active': selectCoverType === 'default'}"
|
:class="{'active': selectCoverType === 'default'}"
|
||||||
class="item item1"
|
class="item item1"
|
||||||
@@ -28,7 +28,15 @@
|
|||||||
style="margin-top: -1px;"
|
style="margin-top: -1px;"
|
||||||
@click="handleShowCover"
|
@click="handleShowCover"
|
||||||
>
|
>
|
||||||
<image class="popCover" :src="popupCover" mode="widthFix" lazy-load="false"></image>
|
<image
|
||||||
|
:src="popupCover"
|
||||||
|
:style="{
|
||||||
|
'border-top-left-radius': isGroupBuy ? '24px' : '0'
|
||||||
|
}"
|
||||||
|
mode="widthFix"
|
||||||
|
lazy-load="false"
|
||||||
|
class="popCover"
|
||||||
|
/>
|
||||||
</view>
|
</view>
|
||||||
<view
|
<view
|
||||||
v-if="selectCoverType === 'ai'"
|
v-if="selectCoverType === 'ai'"
|
||||||
|
|||||||
Reference in New Issue
Block a user