From c560cb56e66d5dde209806cccec08c0d64a7f489 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=BF=97=E9=B9=8F?= <2916022834@qq.com> Date: Thu, 16 Oct 2025 17:05:40 +0800 Subject: [PATCH] 1 --- src/components/FooterNavigation.vue | 2 +- src/views/Workshop/customize.vue | 41 ++++++++++++++++++----------- 2 files changed, 27 insertions(+), 16 deletions(-) diff --git a/src/components/FooterNavigation.vue b/src/components/FooterNavigation.vue index 8dd3468..700ddfb 100644 --- a/src/components/FooterNavigation.vue +++ b/src/components/FooterNavigation.vue @@ -27,7 +27,7 @@ .catch(() => {}) } const navs = [ - { label: 'Home', icon: 'home', size: 73, path: '/welcome', on: onHome }, + { label: 'Home', icon: 'home', size: 73, path: '/stylist/customer', on: onHome }, { label: 'Library', icon: 'library', size: 53, path: '/workshop/library' }, { label: 'Profile', icon: 'profile', size: 55, path: '' } ] diff --git a/src/views/Workshop/customize.vue b/src/views/Workshop/customize.vue index b868269..5f6ec23 100644 --- a/src/views/Workshop/customize.vue +++ b/src/views/Workshop/customize.vue @@ -16,7 +16,6 @@ console.log('发送消息:', text) } const onLove = () => { - console.log('love') isLoved.value = !isLoved.value } const onReload = () => { @@ -25,6 +24,9 @@ const onDownload = () => { console.log('download') } + const onRetry = () => { + router.back() + } const onContinue = () => { router.push({ name: 'creation' }) } @@ -58,7 +60,10 @@