From f213111dcc9744ea98bea32aeaf79fa1a978cee9 Mon Sep 17 00:00:00 2001
From: Lou <luzhiping@qqyjz.com>
Date: Mon, 18 Mar 2024 19:52:12 +0800
Subject: [PATCH] 更新

---
 components/tabBar/tabBar.vue |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/components/tabBar/tabBar.vue b/components/tabBar/tabBar.vue
index bb71941..1c20505 100644
--- a/components/tabBar/tabBar.vue
+++ b/components/tabBar/tabBar.vue
@@ -74,7 +74,7 @@
 			'curRole.roleName': {
 				handler(newVal) {
 					if (newVal == "民警") {
-						this.roleType == 2
+						this.roleType = 2
 					}
 				},
 				deep: true,
@@ -98,10 +98,7 @@
 				deep: true,
 				immediate: true
 			},
-			isShowTabbarItem: {
-				deep: true,
-				immediate: true
-			}
+
 		},
 		mounted() {
 

--
Gitblit v1.9.3