From 41d9da4c7e04aca4bbb5cc40ac469b94fb9217c5 Mon Sep 17 00:00:00 2001 From: lifizer <913626195@qq.com> Date: Tue, 8 Sep 2026 16:06:25 +0800 Subject: [PATCH] =?UTF-8?q?Feat(=E9=80=81=E7=A4=BC):=E6=94=AF=E6=8C=81AI?= =?UTF-8?q?=E7=9A=84=E6=96=87=E7=94=9F=E5=9B=BE-2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg_user/views/gift/gift.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pkg_user/views/gift/gift.vue b/pkg_user/views/gift/gift.vue index 53fa673..eeaa940 100644 --- a/pkg_user/views/gift/gift.vue +++ b/pkg_user/views/gift/gift.vue @@ -754,7 +754,7 @@ export default { this.showPayPicker = true return } - if (this.selectCoverType === 'ai' && !this.selectedAiCoverImage.id) { + if (this.selectCoverType === 'ai') { if (!this.selectedAiCoverImage.id) { uni.showToast({ title: '请生成礼包封面再操作', @@ -1154,7 +1154,6 @@ export default { } .popCover{ width: 100%; - border-radius: 16rpx; } .lottery-gift-popup{ background: #fff; @@ -1275,7 +1274,7 @@ export default { padding: 20rpx; margin-top: -1px; box-sizing: border-box; - border-radius: 28rpx 0 28rpx 28rpx; + border-radius: 40rpx 0 40rpx 40rpx; background-color: #C52932; .ai-cover-body { padding: 20rpx;