From 53e660ef28bc3e0103df70380384d81910783eec Mon Sep 17 00:00:00 2001 From: zhangyh Date: Fri, 21 Nov 2025 11:37:49 +0800 Subject: [PATCH] =?UTF-8?q?bugfix:=20=E6=88=90=E4=BA=BA=E5=A5=B3=E6=80=A7?= =?UTF-8?q?=E8=BD=AC=E4=BA=A7=E5=93=81=E5=9B=BE=E6=8F=90=E7=A4=BA=E8=AF=8D?= =?UTF-8?q?=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/component/home/tools/toProduct/Prompt.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/component/home/tools/toProduct/Prompt.vue b/src/component/home/tools/toProduct/Prompt.vue index 0c35472d..5e078dd7 100644 --- a/src/component/home/tools/toProduct/Prompt.vue +++ b/src/component/home/tools/toProduct/Prompt.vue @@ -196,7 +196,7 @@ const modelExample = [ ] const femaleAdultGarment = [...garmentExample] -const femaleAdultWithModel = [...modelExample] +const femaleAdultWithModel = [...sketchExample] const maleAdultGarment = [ { title: 'originalDress',