From 652d89d3be7f5c0e542e5a1afe0d752f303dadb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=BF=97=E9=B9=8F?= <2916022834@qq.com> Date: Wed, 10 Dec 2025 15:53:40 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E8=BD=AC=E4=BA=A7=E5=93=81=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E8=AF=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/component/home/tools/toProduct/Prompt.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/component/home/tools/toProduct/Prompt.vue b/src/component/home/tools/toProduct/Prompt.vue index c9d3cf9e..68bcb01b 100644 --- a/src/component/home/tools/toProduct/Prompt.vue +++ b/src/component/home/tools/toProduct/Prompt.vue @@ -121,7 +121,7 @@ const promptList = computed(() => { return [t('ProductImg.UploadWithoutModel'), t('ProductImg.UploadWithModel')] } else { // 如果是从design来的 - if (isSingleDesign) { + if (props.isDesignPage) { // SINGLE_DESIGN: 两个提示词 // 根据年龄和性别选择对应的提示词 let firstPrompt: string // 不带模特的提示词 @@ -255,8 +255,8 @@ const exampleList = computed(() => { } } else { const { ageGroup, httpType, sex } = store.state.Workspace.probjects - const isSingleDesign = httpType === 'SINGLE_DESIGN' - if (!isSingleDesign) return {} + // const isSingleDesign = httpType === 'SINGLE_DESIGN' + // if (!isSingleDesign) return {} const isAdult = ageGroup === 'Adult' const isFemale = sex === 'Female' if (isAdult) {