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 @@