Feat(送礼):支持AI的文生图-2

This commit is contained in:
lifizer
2026-09-08 16:06:25 +08:00
parent 733048e2c9
commit 41d9da4c7e
+2 -3
View File
@@ -754,7 +754,7 @@ export default {
this.showPayPicker = true this.showPayPicker = true
return return
} }
if (this.selectCoverType === 'ai' && !this.selectedAiCoverImage.id) { if (this.selectCoverType === 'ai') {
if (!this.selectedAiCoverImage.id) { if (!this.selectedAiCoverImage.id) {
uni.showToast({ uni.showToast({
title: '请生成礼包封面再操作', title: '请生成礼包封面再操作',
@@ -1154,7 +1154,6 @@ export default {
} }
.popCover{ .popCover{
width: 100%; width: 100%;
border-radius: 16rpx;
} }
.lottery-gift-popup{ .lottery-gift-popup{
background: #fff; background: #fff;
@@ -1275,7 +1274,7 @@ export default {
padding: 20rpx; padding: 20rpx;
margin-top: -1px; margin-top: -1px;
box-sizing: border-box; box-sizing: border-box;
border-radius: 28rpx 0 28rpx 28rpx; border-radius: 40rpx 0 40rpx 40rpx;
background-color: #C52932; background-color: #C52932;
.ai-cover-body { .ai-cover-body {
padding: 20rpx; padding: 20rpx;