From 7712ce1e219658ae056539eae9685db18f93b239 Mon Sep 17 00:00:00 2001 From: zhangyh Date: Sat, 22 Nov 2025 00:55:09 +0800 Subject: [PATCH 1/2] =?UTF-8?q?bugfix:=20=E8=BD=AC=E8=A7=86=E9=A2=91?= =?UTF-8?q?=E5=BC=B9=E7=AA=97=E6=A8=A1=E5=9E=8B=E9=80=89=E6=8B=A9&?= =?UTF-8?q?=E6=96=87=E6=A1=88=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../affiliate/affiliateAudit/editAudit.vue | 2 +- .../home/design/editDesignType/index.vue | 15 ++++++++++++--- src/lang/cn.ts | 2 +- 3 files changed, 14 insertions(+), 5 deletions(-) diff --git a/src/component/Administrator/affiliate/affiliateAudit/editAudit.vue b/src/component/Administrator/affiliate/affiliateAudit/editAudit.vue index 3333b858..f2089f17 100644 --- a/src/component/Administrator/affiliate/affiliateAudit/editAudit.vue +++ b/src/component/Administrator/affiliate/affiliateAudit/editAudit.vue @@ -57,7 +57,7 @@ style="width: 250px" /> - {{ currentState }} +
State: diff --git a/src/component/home/design/editDesignType/index.vue b/src/component/home/design/editDesignType/index.vue index a943a851..a5476b58 100644 --- a/src/component/home/design/editDesignType/index.vue +++ b/src/component/home/design/editDesignType/index.vue @@ -287,7 +287,7 @@ >
@@ -492,6 +492,14 @@ export default defineComponent({ scaleImageList: [], generateCourse: null as any }) + + const showDropdown = computed(() => { + if (isPoseTransfer) { + return videoType.value === 1 + } else { + return scaleImageList[scaleImageIndex]?.resultType != 'Relight' + } + }) let speed = reactive({ speedList: [] as any, speedTypeList: { @@ -683,11 +691,11 @@ export default defineComponent({ if (videoType.value !== 1) { const prompt = promptInputRef.value.getFullText() params.prompt = prompt + params.modelName = '' } return params } let getPrductimg = async () => { - let obj = getData() // let imageStrength = productimg.productimgSimilarity == 100? 95 :productimg.productimgSimilarity let imageStrength = (70 / 100) * productimg.productimgSimilarity @@ -1337,7 +1345,8 @@ export default defineComponent({ newVideoList, setNewVideoRef, handlePlayNewVideo, - isNewVideoPlaying + isNewVideoPlaying, + showDropdown } }, data() { diff --git a/src/lang/cn.ts b/src/lang/cn.ts index 38bdf5cc..5e93a69c 100644 --- a/src/lang/cn.ts +++ b/src/lang/cn.ts @@ -652,7 +652,7 @@ export default { GoldSunflower: '金色向日葵', EmrldJungle: '翠绿丛林天幕', PinkSakura: '粉色樱花绽放', - generateLoading: '正在识别文字图片信息请稍等几秒后在试', + generateLoading: '正在识别文字图片信息请稍等几秒后再试', jsContent1: '您只能上传图片文件!', jsContent2: '图片必须小于5MB', jsContent3: '请输入内容~', From 0eea9e79b5e91551c72b246ad8e35f924cdf359c Mon Sep 17 00:00:00 2001 From: zhangyh Date: Sat, 22 Nov 2025 01:19:01 +0800 Subject: [PATCH 2/2] =?UTF-8?q?bugfix:=20=E6=9A=82=E6=97=B6=E9=80=9A?= =?UTF-8?q?=E8=BF=87=E5=A2=9E=E5=8A=A0=E5=BC=B9=E7=AA=97=E9=AB=98=E5=BA=A6?= =?UTF-8?q?=E8=A7=A3=E5=86=B3dropdown=E4=B8=8D=E5=8F=AF=E8=A7=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/component/home/design/editDesignType/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/component/home/design/editDesignType/index.vue b/src/component/home/design/editDesignType/index.vue index a5476b58..48e1a7e1 100644 --- a/src/component/home/design/editDesignType/index.vue +++ b/src/component/home/design/editDesignType/index.vue @@ -1440,6 +1440,7 @@ export default defineComponent({ overflow: visible !important; } .generalModel.posetransfer { + height: calc(67rem * 1.2); .ant-modal-body { padding: 4.5rem 7rem; }