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
a017183449c135feb97048c1b851c5df8a9b3282
1 parent
3620f14d
修改有货币明细页面的标题
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
yohobuy/m.yohobuy.com/application/controllers/Home.php
yohobuy/m.yohobuy.com/application/controllers/Home.php
View file @
a017183
...
...
@@ -990,8 +990,8 @@ class HomeController extends AbstractAction
// 审判跳转登录页
$this
->
auditJumpLogin
();
$this
->
setTitle
(
'YOHO币'
);
$this
->
setNavHeader
(
'YOHO币'
,
true
,
false
);
$this
->
setTitle
(
'YOHO币明细'
);
$this
->
setNavHeader
(
'YOHO币明细'
,
true
,
false
);
$data
=
UserModel
::
getYohoCoinLists
(
$this
->
_uid
,
0
,
20
);
$this
->
_view
->
display
(
'currency-detail'
,
array
(
...
...
Please
register
or
login
to post a comment