Fix(送礼):[#6075]1、预览图底部增加红色文字;2、点击生成礼包封面后,按钮文字变为:礼包封面生成中...

This commit is contained in:
lifizer
2026-09-11 09:27:00 +08:00
parent a59d10e7dc
commit c226263289
2 changed files with 6 additions and 2 deletions
@@ -31,6 +31,7 @@
</view>
</view>
<view class="tips">礼包封面在对方领取时展示</view>
<view class="tips tips2">*图片由云灵AI生成仅供参考</view>
</view>
</u-popup>
</template>
@@ -111,6 +112,9 @@ export default {
text-align: center;
margin-top: 20rpx;
}
.tips2{
color: #C52733;
}
.cover-swiper{
height: 800rpx;
}
+2 -2
View File
@@ -57,8 +57,8 @@
<view class="ai-cover-bottom">
<view v-if="showGenerateBtn" class="btn-wrap">
<view class="btn" @click="handleGenerateAiCover">
生成礼包封面
<image :src="webUrl + '/page/gift/gift-tab-icon01.png'" class="icon"></image>
{{ aiCoverGenerateLoading ? '礼包封面生成中...' : 'AI生成礼包封面' }}
<image v-if="!aiCoverGenerateLoading" :src="webUrl + '/page/gift/gift-tab-icon01.png'" class="icon"></image>
</view>
<image
v-if="aiCoverGenerateLoading && settingInfo.giftCardT2ILoadingGif"