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
Email Patches
Plain Diff
Browse Files
Authored by
周少峰
9 years ago
Commit
e5b9c4885f42cbde47dc943a14e63d1bb46b3013
1 parent
4af8d0ac
headIco
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 @
e5b9c48
...
...
@@ -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