diff --git a/pkg_user/views/gift/components/AiCoverPicker.vue b/pkg_user/views/gift/components/AiCoverPicker.vue
index acb1dff..2782b1f 100644
--- a/pkg_user/views/gift/components/AiCoverPicker.vue
+++ b/pkg_user/views/gift/components/AiCoverPicker.vue
@@ -31,6 +31,7 @@
礼包封面在对方领取时展示
+ (*图片由云灵AI生成,仅供参考)
@@ -111,6 +112,9 @@ export default {
text-align: center;
margin-top: 20rpx;
}
+.tips2{
+ color: #C52733;
+}
.cover-swiper{
height: 800rpx;
}
diff --git a/pkg_user/views/gift/gift.vue b/pkg_user/views/gift/gift.vue
index a747f75..17fca27 100644
--- a/pkg_user/views/gift/gift.vue
+++ b/pkg_user/views/gift/gift.vue
@@ -57,8 +57,8 @@
- 生成礼包封面
-
+ {{ aiCoverGenerateLoading ? '礼包封面生成中...' : 'AI生成礼包封面' }}
+