Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wangshusheng
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
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
2015-10-27 17:19:09 +0800
Commit
74e09d337fbd42b999260925994703bc6da0344d
1 parent
3ea2670d
添加频道选择也的js调用标志位
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
yohobuy/m.yohobuy.com/application/controllers/Index.php
yohobuy/m.yohobuy.com/application/controllers/Index.php
View file @
74e09d3
...
...
@@ -18,7 +18,8 @@ class IndexController extends AbstractAction
// 渲染模板
$this
->
_view
->
display
(
'index'
,
array
(
'background'
=>
Index\HomeModel
::
getBgImage
()
'background'
=>
Index\HomeModel
::
getBgImage
(),
'channelPage'
=>
true
));
}
...
...
Please
register
or
login
to post a comment