From 2b42ef6ab7d65e77e2bb4be7bf9ceabac06727bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=BF=97=E9=B9=8F?= <2916022834@qq.com> Date: Mon, 29 Dec 2025 16:34:55 +0800 Subject: [PATCH 1/8] =?UTF-8?q?Outfit=E6=94=B6=E8=97=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Workshop/creation/creation-list.vue | 13 ++++++++++--- src/views/Workshop/product.vue | 2 +- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/src/views/Workshop/creation/creation-list.vue b/src/views/Workshop/creation/creation-list.vue index 2671bf0..212397d 100644 --- a/src/views/Workshop/creation/creation-list.vue +++ b/src/views/Workshop/creation/creation-list.vue @@ -7,7 +7,9 @@ import { getGenerateHistoricals, setTryOnEffectFavorite, - cancelTryOnEffectFavorite + cancelTryOnEffectFavorite, + cancelStyleFavorite, + setStyleFavorite } from '@/api/workshop' import { useRouter } from 'vue-router' import MyEvent from '@/utils/myEvent' @@ -113,10 +115,15 @@ const isLoveLoading = ref(false) const onLoveItem = (v) => { if (isLoveLoading.value) return - const http = v.isFavorite ? cancelTryOnEffectFavorite : setTryOnEffectFavorite + var http + if (navActive.value === 'Outfit') { + http = v.isFavorite ? cancelStyleFavorite : setStyleFavorite + } else { + http = v.isFavorite ? cancelTryOnEffectFavorite : setTryOnEffectFavorite + } isLoveLoading.value = true v.isFavorite = !v.isFavorite - http(v.tryOnId) + http(v.id) .then(() => { isLoveLoading.value = false }) diff --git a/src/views/Workshop/product.vue b/src/views/Workshop/product.vue index 1d343fd..cf5a964 100644 --- a/src/views/Workshop/product.vue +++ b/src/views/Workshop/product.vue @@ -38,7 +38,7 @@ const onContinue = ()=>{ if(!isHistoryFlow.value){ router.push({ path: 'uploadFace', query: {...query.value} }) }else{ - router.push({ path: 'creation', query: {...query.value} }) + router.push({ path: 'creation', query: {...query.value, active: FlowType.H_TRYON } }) } } From 27bb0394f8bf4157debdd37a46d1af781f714dad Mon Sep 17 00:00:00 2001 From: zhangyahui Date: Mon, 29 Dec 2025 16:46:09 +0800 Subject: [PATCH 2/8] =?UTF-8?q?style:=20continue=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E8=83=8C=E6=99=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/stylist/index.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/views/stylist/index.vue b/src/views/stylist/index.vue index 5ab31e4..26409f7 100644 --- a/src/views/stylist/index.vue +++ b/src/views/stylist/index.vue @@ -5,7 +5,7 @@
Choose Stylist.
-
What style are you looking for?
+
What style are you looking for?
-
Continue
+ +
+
From dfdfce2076b5fa19f8459541a45b70ef704d52c8 Mon Sep 17 00:00:00 2001 From: zhangyahui Date: Tue, 30 Dec 2025 10:12:25 +0800 Subject: [PATCH 5/8] =?UTF-8?q?bugfix:=20=E8=81=8A=E5=A4=A9=E7=95=8C?= =?UTF-8?q?=E9=9D=A2=E8=8F=9C=E5=8D=95&customer=E7=95=8C=E9=9D=A2=E9=97=B4?= =?UTF-8?q?=E8=B7=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/asistant/index.vue | 9 ++++++++- src/views/login/customer.vue | 6 +++--- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/src/views/asistant/index.vue b/src/views/asistant/index.vue index d3e1d29..da0148a 100644 --- a/src/views/asistant/index.vue +++ b/src/views/asistant/index.vue @@ -1,7 +1,7 @@ + + \ No newline at end of file diff --git a/src/views/asistant/components/NoticeItem.vue b/src/views/asistant/components/NoticeItem.vue index e82501a..5151ede 100644 --- a/src/views/asistant/components/NoticeItem.vue +++ b/src/views/asistant/components/NoticeItem.vue @@ -9,7 +9,8 @@
- | + +