Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
jz_Travel
Project
Project
Details
Activity
Releases
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
zhengke
jz_Travel
Commits
c82855e3
Commit
c82855e3
authored
Nov 27, 2023
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
051a8cd3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
2 deletions
+15
-2
user-center.vue
pages/user-center/user-center.vue
+15
-2
No files found.
pages/user-center/user-center.vue
View file @
c82855e3
...
@@ -470,7 +470,7 @@
...
@@ -470,7 +470,7 @@
methods
:
{
methods
:
{
getCustomerInfo
()
{
getCustomerInfo
()
{
//b2b_user_info.customerType 同行菜获取同行资料
//b2b_user_info.customerType 同行菜获取同行资料
if
(
this
.
b2b_user_info
&&
this
.
b2b_user_info
.
customerType
==
2
&&
this
.
b2b_user_info
.
token
)
{
if
(
this
.
b2b_user_info
&&
this
.
b2b_user_info
.
customerType
==
2
&&
this
.
b2b_user_info
.
token
)
{
this
.
apipost
(
"b2b_get_GetCustomerManagerInfo"
,
{},
(
res
)
=>
{
this
.
apipost
(
"b2b_get_GetCustomerManagerInfo"
,
{},
(
res
)
=>
{
if
(
res
.
resultCode
==
1
)
{
if
(
res
.
resultCode
==
1
)
{
this
.
customer_info
=
res
.
data
;
this
.
customer_info
=
res
.
data
;
...
@@ -569,7 +569,20 @@
...
@@ -569,7 +569,20 @@
flag
=
false
;
flag
=
false
;
}
}
break
;
break
;
case
"/pages/jiuzhai/bind_Customer"
:
if
(
this
.
b2b_user_info
&&
this
.
b2b_user_info
.
customerType
==
1
)
{
flag
=
true
;
}
else
{
flag
=
false
;
}
break
;
case
"/pages/jiuzhai/direct_Customer"
:
if
(
this
.
b2b_user_info
&&
this
.
b2b_user_info
.
customerType
==
1
)
{
flag
=
true
;
}
else
{
flag
=
false
;
}
break
;
}
}
return
flag
;
return
flag
;
},
},
...
...
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