From c226263289dc1907e35d67b9a29f2a6059085fbb Mon Sep 17 00:00:00 2001
From: lifizer <913626195@qq.com>
Date: Fri, 11 Sep 2026 09:27:00 +0800
Subject: [PATCH] =?UTF-8?q?Fix(=E9=80=81=E7=A4=BC):[#6075]1=E3=80=81?=
=?UTF-8?q?=E9=A2=84=E8=A7=88=E5=9B=BE=E5=BA=95=E9=83=A8=E5=A2=9E=E5=8A=A0?=
=?UTF-8?q?=E7=BA=A2=E8=89=B2=E6=96=87=E5=AD=97=EF=BC=9B2=E3=80=81?=
=?UTF-8?q?=E7=82=B9=E5=87=BB=E7=94=9F=E6=88=90=E7=A4=BC=E5=8C=85=E5=B0=81?=
=?UTF-8?q?=E9=9D=A2=E5=90=8E=EF=BC=8C=E6=8C=89=E9=92=AE=E6=96=87=E5=AD=97?=
=?UTF-8?q?=E5=8F=98=E4=B8=BA=EF=BC=9A=E7=A4=BC=E5=8C=85=E5=B0=81=E9=9D=A2?=
=?UTF-8?q?=E7=94=9F=E6=88=90=E4=B8=AD...?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pkg_user/views/gift/components/AiCoverPicker.vue | 4 ++++
pkg_user/views/gift/gift.vue | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
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生成礼包封面' }}
+