From 6f4e743eab94da4cca87ab050a166729b4822da6 Mon Sep 17 00:00:00 2001 From: luyisha Date: Thu, 7 Sep 2023 18:11:10 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E5=90=8E=E7=9A=84=E5=BA=95?= =?UTF-8?q?=E9=83=A8=E5=AF=BC=E8=88=AA=E5=88=87=E6=8D=A2=E3=80=81=E9=82=80?= =?UTF-8?q?=E8=AF=B7=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/js/updateTabBar.js | 8 ++++---- pages/home/home.vue | 5 ++++- pages/list/team.vue | 2 ++ pages/ucenter/invite/invite.vue | 10 +++++++++- pages/ucenter/ucenter.vue | 13 +++++++------ .../uni-id-pages/pages/login/login-withpwd.vue | 8 ++++---- 6 files changed, 30 insertions(+), 16 deletions(-) diff --git a/common/js/updateTabBar.js b/common/js/updateTabBar.js index a78ed51..2cb17fe 100644 --- a/common/js/updateTabBar.js +++ b/common/js/updateTabBar.js @@ -18,10 +18,6 @@ export default { }) }, changeAgent(){ - uni.setTabBarItem({ - index:1, - visible: true - }) uni.setTabBarItem({ index:0, visible: false @@ -34,6 +30,10 @@ export default { index:3, visible: false }) + uni.setTabBarItem({ + index:1, + visible: true + }) }, changebackground(){ uni.setTabBarItem({ diff --git a/pages/home/home.vue b/pages/home/home.vue index 838ee76..9f8cd99 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -103,7 +103,7 @@