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
Email Patches
Plain Diff
Browse Files
Authored by
biao
2015-12-15 18:11:04 +0800
Commit
56055660b4f85e2be633e1b7131398baf09c20da
1 parent
d52cdc51
modify the showYohood default data
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
yohobuy/m.yohobuy.com/application/models/Index/Index.php
yohobuy/m.yohobuy.com/application/models/Index/Index.php
View file @
5605566
...
...
@@ -17,7 +17,7 @@ class IndexModel
{
public
static
function
getChannel
(){
$result
=
array
();
$result
[
'showYohood'
]
=
tru
e
;
$result
[
'showYohood'
]
=
fals
e
;
$data
=
IndexData
::
channelData
();
...
...
Please
register
or
login
to post a comment