Fix(送礼):[#6075]1、预览图底部增加红色文字;2、点击生成礼包封面后,按钮文字变为:礼包封面生成中...
This commit is contained in:
@@ -31,6 +31,7 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="tips">礼包封面在对方领取时展示</view>
|
<view class="tips">礼包封面在对方领取时展示</view>
|
||||||
|
<view class="tips tips2">(*图片由云灵AI生成,仅供参考)</view>
|
||||||
</view>
|
</view>
|
||||||
</u-popup>
|
</u-popup>
|
||||||
</template>
|
</template>
|
||||||
@@ -111,6 +112,9 @@ export default {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
margin-top: 20rpx;
|
margin-top: 20rpx;
|
||||||
}
|
}
|
||||||
|
.tips2{
|
||||||
|
color: #C52733;
|
||||||
|
}
|
||||||
.cover-swiper{
|
.cover-swiper{
|
||||||
height: 800rpx;
|
height: 800rpx;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -57,8 +57,8 @@
|
|||||||
<view class="ai-cover-bottom">
|
<view class="ai-cover-bottom">
|
||||||
<view v-if="showGenerateBtn" class="btn-wrap">
|
<view v-if="showGenerateBtn" class="btn-wrap">
|
||||||
<view class="btn" @click="handleGenerateAiCover">
|
<view class="btn" @click="handleGenerateAiCover">
|
||||||
生成礼包封面
|
{{ aiCoverGenerateLoading ? '礼包封面生成中...' : 'AI生成礼包封面' }}
|
||||||
<image :src="webUrl + '/page/gift/gift-tab-icon01.png'" class="icon"></image>
|
<image v-if="!aiCoverGenerateLoading" :src="webUrl + '/page/gift/gift-tab-icon01.png'" class="icon"></image>
|
||||||
</view>
|
</view>
|
||||||
<image
|
<image
|
||||||
v-if="aiCoverGenerateLoading && settingInfo.giftCardT2ILoadingGif"
|
v-if="aiCoverGenerateLoading && settingInfo.giftCardT2ILoadingGif"
|
||||||
|
|||||||
Reference in New Issue
Block a user