From fd5b06845ac657546dfec6da466ff651110e9398 Mon Sep 17 00:00:00 2001 From: liqi Date: Thu, 11 Dec 2025 22:54:32 +0800 Subject: [PATCH] =?UTF-8?q?UI=E8=AE=BE=E8=AE=A1=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/common/AppTabBar.vue | 3 +- src/pages/contact/index.vue | 62 +++++++++++++++++++++++++++-- src/pages/index/index.vue | 9 ++--- 3 files changed, 62 insertions(+), 12 deletions(-) diff --git a/src/components/common/AppTabBar.vue b/src/components/common/AppTabBar.vue index 18fbb51..4a6f46d 100644 --- a/src/components/common/AppTabBar.vue +++ b/src/components/common/AppTabBar.vue @@ -91,7 +91,6 @@ const tabs = [ { name: 'messages', label: '消息', path: '/pages/index/index' }, { name: 'contacts', label: '联系人', path: '/pages/contact/index' }, { name: 'moments', label: '发现', path: '/pages/moment/index' }, - { name: 'profile', label: '我的', path: '/pages/profile/index' } ] function switchTab(name: string) { @@ -110,7 +109,7 @@ function switchTab(name: string) { bottom: 0; left: 0; right: 0; - z-index: 100; + z-index: 10; height: 168rpx; background: #ffffff; border-top: 1rpx solid rgba(0, 0, 0, 0.05); diff --git a/src/pages/contact/index.vue b/src/pages/contact/index.vue index 8491f3c..ab44fd9 100644 --- a/src/pages/contact/index.vue +++ b/src/pages/contact/index.vue @@ -5,7 +5,20 @@ - 联系人 + + + + + + + 联系人 + + @@ -272,6 +285,12 @@ + + + @@ -282,18 +301,20 @@