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
bbc01df3d7ba168e7510032025b5119cc30d5160
2 parents
ad14ead3
0dae28bb
Merge branch 'develop' of
http://git.dev.yoho.cn/web/yohobuy
into develop
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
yohobuy/m.yohobuy.com/application/controllers/Home.php
yohobuy/m.yohobuy.com/application/controllers/Home.php
View file @
bbc01df
...
...
@@ -867,6 +867,7 @@ class HomeController extends AbstractAction
$this
->
_view
->
display
(
'help'
,
array
(
'iHelp'
=>
Home\HelpModel
::
serviceInfo
(),
'pageFooter'
=>
true
));
}
...
...
@@ -886,6 +887,7 @@ class HomeController extends AbstractAction
$this
->
_view
->
display
(
'help-detail'
,
array
(
'iHelp'
=>
Home\HelpModel
::
serviceDetail
(
$code
),
'pageFooter'
=>
true
));
}
...
...
Please
register
or
login
to post a comment