Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gs1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
吴迪
gs1
Commits
d43bd77a
Commit
d43bd77a
authored
Dec 24, 2021
by
Jianli Ou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
问题处理
parent
0c6beaf8
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
8 deletions
+3
-8
userInfo.vue
src/views/MyManage/comps/userInfo.vue
+3
-8
No files found.
src/views/MyManage/comps/userInfo.vue
View file @
d43bd77a
...
...
@@ -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
()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment