Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
梁志锋
9 years ago
Commit
33f78c4405b8ed8fafb5c0a2797f634196f2ba96
2 parents
59c6ac0b
e5b9c488
Merge remote-tracking branch 'remotes/origin/hotfix/passportDetail'
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
yohobuy/www.yohobuy.com/application/controllers/Common.php
yohobuy/www.yohobuy.com/application/controllers/Common.php
View file @
33f78c4
...
...
@@ -267,7 +267,7 @@ class CommonController extends WebAction
//个人资料
$userInfo
[
'profileName'
]
=
$apiInfo
[
'profile'
][
'profile_name'
];
$userInfo
[
'headIco'
]
=
isset
(
$apiInfo
[
'profile'
][
'head_ico'
])
&&
!
empty
(
$apiInfo
[
'profile'
][
'head_ico'
])
?
$apiInfo
[
'profile'
][
'head_ico'
]
:
''
;
$userInfo
[
'headIco'
]
=
isset
(
$apiInfo
[
'profile'
][
'head_ico'
])
&&
!
empty
(
$apiInfo
[
'profile'
][
'head_ico'
])
?
Helpers
::
getImageUrl
(
$apiInfo
[
'profile'
][
'head_ico'
],
100
,
100
)
:
''
;
//VIP信息
$userInfo
[
'curLevel'
]
=
$apiInfo
[
'profile'
][
'vip_info'
][
'cur_level'
];
$userInfo
[
'curTitle'
]
=
$apiInfo
[
'profile'
][
'vip_info'
][
'title'
];
...
...
Please
register
or
login
to post a comment