From 5fdca4a3a96c4a483553705ea2547e1366ee681a Mon Sep 17 00:00:00 2001 From: zhangyh Date: Mon, 13 Oct 2025 15:11:59 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=99=BB=E5=BD=95=E6=B3=A8=E5=86=8C?= =?UTF-8?q?=E9=A1=B5=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 +- components.d.ts | 4 + src/views/login/SignupPage.vue | 265 +++++++++++++++------------------ src/views/stylist/index.vue | 3 +- src/views/stylist/sex.vue | 1 + 5 files changed, 129 insertions(+), 147 deletions(-) diff --git a/.gitignore b/.gitignore index 38adffa..6609edf 100644 --- a/.gitignore +++ b/.gitignore @@ -6,7 +6,8 @@ yarn-debug.log* yarn-error.log* pnpm-debug.log* lerna-debug.log* - +components.d.ts* +auto-imports.d.ts* node_modules .DS_Store dist diff --git a/components.d.ts b/components.d.ts index cdcbad3..b66a045 100644 --- a/components.d.ts +++ b/components.d.ts @@ -14,5 +14,9 @@ declare module '@vue/runtime-core' { RouterView: typeof import('vue-router')['RouterView'] SelectItem: typeof import('./src/components/selectStyle/selectItem.vue')['default'] SvgIcon: typeof import('./src/components/SvgIcon/index.vue')['default'] + VanDialog: typeof import('vant/es')['Dialog'] + VanIcon: typeof import('vant/es')['Icon'] + VanSwipe: typeof import('vant/es')['Swipe'] + VanSwipeItem: typeof import('vant/es')['SwipeItem'] } } diff --git a/src/views/login/SignupPage.vue b/src/views/login/SignupPage.vue index 10899af..df4dd49 100644 --- a/src/views/login/SignupPage.vue +++ b/src/views/login/SignupPage.vue @@ -1,38 +1,36 @@