From b050a8a1e79040014d9dbe1592b13b846baa2843 Mon Sep 17 00:00:00 2001 From: yml Date: Fri, 22 May 2026 21:00:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BA=86=E9=A6=96=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/components.d.ts | 3 +- frontend/src/views/mobile/MobileHomeView.vue | 639 ++++++++++-------- .../src/views/mobile/MobileProfileView.vue | 263 +++---- 3 files changed, 488 insertions(+), 417 deletions(-) diff --git a/frontend/components.d.ts b/frontend/components.d.ts index 88040b3..7d2a3ae 100644 --- a/frontend/components.d.ts +++ b/frontend/components.d.ts @@ -19,7 +19,6 @@ declare module 'vue' { VanCheckbox: typeof import('vant/es')['Checkbox'] VanDropdownItem: typeof import('vant/es')['DropdownItem'] VanDropdownMenu: typeof import('vant/es')['DropdownMenu'] - VanEmpty: typeof import('vant/es')['Empty'] VanField: typeof import('vant/es')['Field'] VanGrid: typeof import('vant/es')['Grid'] VanGridItem: typeof import('vant/es')['GridItem'] @@ -27,8 +26,10 @@ declare module 'vue' { VanImage: typeof import('vant/es')['Image'] VanLoading: typeof import('vant/es')['Loading'] VanNoticeBar: typeof import('vant/es')['NoticeBar'] + VanPullRefresh: typeof import('vant/es')['PullRefresh'] VanSearch: typeof import('vant/es')['Search'] VanTabbar: typeof import('vant/es')['Tabbar'] VanTabbarItem: typeof import('vant/es')['TabbarItem'] + VanTag: typeof import('vant/es')['Tag'] } } diff --git a/frontend/src/views/mobile/MobileHomeView.vue b/frontend/src/views/mobile/MobileHomeView.vue index 0aa2b7b..5ed6675 100644 --- a/frontend/src/views/mobile/MobileHomeView.vue +++ b/frontend/src/views/mobile/MobileHomeView.vue @@ -1,15 +1,19 @@ diff --git a/frontend/src/views/mobile/MobileProfileView.vue b/frontend/src/views/mobile/MobileProfileView.vue index 2ce4484..9fd230d 100644 --- a/frontend/src/views/mobile/MobileProfileView.vue +++ b/frontend/src/views/mobile/MobileProfileView.vue @@ -36,36 +36,26 @@ function goToLogin() {