bug修改

This commit is contained in:
zhaoxiao
2022-01-10 17:26:35 +08:00
parent bc9e740277
commit 55a4f8dbdd
+1 -1
View File
@@ -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'