From 80a3aa28c4e66df31c6032e3098aeb376198f2d7 Mon Sep 17 00:00:00 2001
From: qingyiay <2386314947@qq.com>
Date: 星期五, 30 六月 2023 16:51:39 +0800
Subject: [PATCH] 验质功能增加逻辑修复错误

---
 store/index.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/store/index.js b/store/index.js
index 1ce1db3..d498e51 100644
--- a/store/index.js
+++ b/store/index.js
@@ -89,7 +89,7 @@
 		// 璁剧疆搴曢儴鏍�
 		setUserTabbar(state, roleType) {
 			state.roleType = roleType
-			if (roleType == 1) {
+			if (roleType == 1 || roleType == 4) {
 				state.userTabbar = userRoleTabbar.first
 				uni.setStorageSync('userTabbar', state.userTabbar)
 			} else if (roleType == 2 || roleType == 3) {

--
Gitblit v1.9.1