Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
周少峰
9 years ago
Commit
d8b7e03b6ae4afa921cbea0271fcfc3428af574f
1 parent
4acc587f
entry url
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
yohobuy/m.yohobuy.com/application/controllers/Home.php
yohobuy/m.yohobuy.com/application/controllers/Home.php
View file @
d8b7e03
...
...
@@ -56,8 +56,10 @@ class HomeController extends AbstractAction
'pageFooter'
=>
true
,
'cartUrl'
=>
Helpers
::
url
(
'/cart/index/index'
,
null
),
'signinUrl'
=>
Helpers
::
url
(
'/signin.html'
,
array
(
'refer'
=>
Helpers
::
url
(
'/home'
))),
'verifyUrl'
=>
Helpers
::
url
(
'/activity/student'
)
);
$uid
=
$this
->
getUid
(
true
);
// print_r($uid);exit;
if
(
$uid
)
{
$data
[
'isLogin'
]
=
true
;
$udid
=
$uid
.
$this
->
getUdid
();
...
...
@@ -254,7 +256,7 @@ class HomeController extends AbstractAction
$this
->
setTitle
(
'个人信息'
);
$this
->
setNavHeader
(
'个人信息'
,
true
,
false
);
$data
=
UserModel
::
getUserProfileData
(
$this
->
_uid
);
$data
=
UserModel
::
getUserProfileData
(
$this
->
getUid
(
true
)
);
$data
[
'personalDetailsPage'
]
=
true
;
$data
[
'pageFooter'
]
=
true
;
...
...
Please
register
or
login
to post a comment