From 02dcfba4ba569bb5a9c7aca67959e98e82b3dcb2 Mon Sep 17 00:00:00 2001 From: X1627315083 <1627315083@qq.com> Date: Wed, 7 Jan 2026 11:48:31 +0800 Subject: [PATCH 1/4] fix --- src/views/Workshop/selectStyle/styleList.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/Workshop/selectStyle/styleList.vue b/src/views/Workshop/selectStyle/styleList.vue index 158e0a4..3fb31b7 100644 --- a/src/views/Workshop/selectStyle/styleList.vue +++ b/src/views/Workshop/selectStyle/styleList.vue @@ -33,6 +33,7 @@ const confirm = ()=>{ data.selectStyle.taskId = data.oldSelectStyle.taskId data.selectStyle.isLike = false } + generateStore.clearTryOn() close(); } From aace73d5c49fdab529d68852cdb0cc1acfb191c5 Mon Sep 17 00:00:00 2001 From: X1627315083 <1627315083@qq.com> Date: Tue, 13 Jan 2026 14:39:38 +0800 Subject: [PATCH 2/4] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AE=BE=E8=AE=A1?= =?UTF-8?q?=E5=B8=88=E5=90=8D=E5=AD=97=E6=9C=80=E5=90=8E=E4=B8=A4=E4=B8=AA?= =?UTF-8?q?=E6=94=B9=E4=B8=BAsera=E3=80=81edi?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/stylist/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/stylist/index.vue b/src/views/stylist/index.vue index ab362d0..231844c 100644 --- a/src/views/stylist/index.vue +++ b/src/views/stylist/index.vue @@ -92,7 +92,7 @@ const stylists = ref([ }, { id: 3, - value: 'crystal', + value: 'sera', name: 'Emma Wilson', description: 'Elegant, Feminine, Vintage Inspired, Soft Tones', image: female, @@ -100,7 +100,7 @@ const stylists = ref([ }, { id: 4, - value: 'mini', + value: 'edi', name: 'Alex Johnson', description: 'Minimalist, Professional, Neutral Palette, Clean Lines', image: male, From 592792d071d0e860da1668d13b23a5b3a2d5d9f3 Mon Sep 17 00:00:00 2001 From: X1627315083 <1627315083@qq.com> Date: Tue, 13 Jan 2026 14:48:56 +0800 Subject: [PATCH 3/4] fix --- src/views/stylist/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/stylist/index.vue b/src/views/stylist/index.vue index 231844c..39e969b 100644 --- a/src/views/stylist/index.vue +++ b/src/views/stylist/index.vue @@ -92,7 +92,7 @@ const stylists = ref([ }, { id: 3, - value: 'sera', + value: 'vera', name: 'Emma Wilson', description: 'Elegant, Feminine, Vintage Inspired, Soft Tones', image: female, From f157c6ead3b52f108e3275eddfaa5fd4c5d35534 Mon Sep 17 00:00:00 2001 From: X1627315083 <1627315083@qq.com> Date: Tue, 13 Jan 2026 16:09:16 +0800 Subject: [PATCH 4/4] =?UTF-8?q?=E8=B0=83=E6=95=B4=E8=AE=BE=E8=AE=A1?= =?UTF-8?q?=E5=B8=88=E5=90=8D=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/stylist/index.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/stylist/index.vue b/src/views/stylist/index.vue index 39e969b..cec209a 100644 --- a/src/views/stylist/index.vue +++ b/src/views/stylist/index.vue @@ -77,7 +77,7 @@ const stylists = ref([ { id: 1, value: 'crystal', - name: 'Vera Lo', + name: 'Crystal', description: 'Contemporary, Classic, Simple Silhouettes, Statement Pieces', image: female, thumb: femaleThumb @@ -85,7 +85,7 @@ const stylists = ref([ { id: 2, value: 'mini', - name: 'Sarah Chen', + name: 'Mini', description: 'Modern, Edgy, Bold Colors, Street Style', image: male, thumb: maleThumb @@ -93,7 +93,7 @@ const stylists = ref([ { id: 3, value: 'vera', - name: 'Emma Wilson', + name: 'Vera', description: 'Elegant, Feminine, Vintage Inspired, Soft Tones', image: female, thumb: femaleThumb @@ -101,7 +101,7 @@ const stylists = ref([ { id: 4, value: 'edi', - name: 'Alex Johnson', + name: 'Edi', description: 'Minimalist, Professional, Neutral Palette, Clean Lines', image: male, thumb: maleThumb