From 55a4f8dbdd40b35eebc6992ae8ea8bded5e91122 Mon Sep 17 00:00:00 2001 From: zhaoxiao Date: Mon, 10 Jan 2022 17:26:35 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/modules/user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/modules/user.js b/src/store/modules/user.js index 7e4c023..0fc1f4a 100644 --- a/src/store/modules/user.js +++ b/src/store/modules/user.js @@ -171,7 +171,7 @@ const user = { userIdentity = '1' } else { // userInfo.isCouncil,是否理事会成员:1--是;0--否 - if (userInfo.isCouncil + '' === '1') { + if (userInfo.memberNature + '' === '1' || userInfo.memberNature + '' === '2') { userIdentity = '3' } else { userIdentity = '2'