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
Rock Zhang
9 years ago
Commit
9d2a6b711d080bcb2202fe20369bad85eb73332a
1 parent
1ca64bc8
添加个人中心我的消息的路由
Code Review By Rock Zhang
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
yohobuy/m.yohobuy.com/application/controllers/Home.php
yohobuy/m.yohobuy.com/application/controllers/Home.php
View file @
9d2a6b7
...
...
@@ -271,6 +271,23 @@ class HomeController extends AbstractAction
}
/**
* 消息
*/
public
function
messageAction
()
{
// 审判跳转登录页
$this
->
auditJumpLogin
();
$this
->
setTitle
(
'我的消息'
);
$this
->
setNavHeader
(
'我的消息'
,
true
,
false
);
$messages
=
UserModel
::
getMessageData
(
$this
->
_uid
,
1
,
1000
);
$currency
[
'pageFooter'
]
=
true
;
print_r
(
$messages
);
}
/**
* 优惠券
*/
public
function
couponsAction
()
...
...
Please
register
or
login
to post a comment