Commit d43bd77a by Jianli Ou

问题处理

parent 0c6beaf8
...@@ -62,15 +62,10 @@ export default { ...@@ -62,15 +62,10 @@ export default {
this.userType = '条码成员' this.userType = '条码成员'
break break
case 3: case 3:
switch (this.loginInfo.isXT) { this.userType = '网站用户'
case 1:
this.userType = '系统成员'
break
default:
this.userType = '官网用户'
break
}
} }
this.loginInfo.isQY === 1 && (this.userType = '实名认证企业')
this.loginInfo.isXT === 1 && (this.userType = '系统成员')
} }
}, },
mounted() { 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