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
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;