Fix(送礼):[#6162, #6163]图片展示效果调整-4

This commit is contained in:
lifizer
2026-09-21 13:23:25 +08:00
parent 7f16ebea4f
commit 80fd243b22
+10 -2
View File
@@ -4,7 +4,7 @@
class="gift-page"
>
<view class="top-card" v-if="!isPayOk">
<view class="top-tab-nav-wrap">
<view v-if="!isGroupBuy" class="top-tab-nav-wrap">
<view
:class="{'active': selectCoverType === 'default'}"
class="item item1"
@@ -28,7 +28,15 @@
style="margin-top: -1px;"
@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
v-if="selectCoverType === 'ai'"