Commit d43bd77a by Jianli Ou

问题处理

parent 0c6beaf8
......@@ -62,15 +62,10 @@ export default {
this.userType = '条码成员'
break
case 3:
switch (this.loginInfo.isXT) {
case 1:
this.userType = '系统成员'
break
default:
this.userType = '官网用户'
break
}
this.userType = '网站用户'
}
this.loginInfo.isQY === 1 && (this.userType = '实名认证企业')
this.loginInfo.isXT === 1 && (this.userType = '系统成员')
}
},
mounted() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment