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
Plain Diff
Browse Files
Authored by
hf
2015-11-05 01:11:49 +0800
Commit
800b88f110102a09810b5bf3abd6fd653ac671b6
2 parents
6cb9ad18
e90a9d5a
Merge remote-tracking branch 'origin/develop'
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
yohobuy/m.yohobuy.com/application/controllers/Boys.php
yohobuy/m.yohobuy.com/application/controllers/Girls.php
yohobuy/m.yohobuy.com/application/controllers/Boys.php
View file @
800b88f
...
...
@@ -53,8 +53,7 @@ class BoysController extends AbstractAction
break
;
}
$channel
=
Helpers
::
getChannelByCookie
();
$bottomBanner
=
Index\HomeModel
::
getBottomBanner
(
$channel
);
$bottomBanner
=
Index\HomeModel
::
getBottomBanner
(
1
);
if
(
empty
(
$bottomBanner
))
{
break
;
}
...
...
yohobuy/m.yohobuy.com/application/controllers/Girls.php
View file @
800b88f
...
...
@@ -48,8 +48,7 @@ class GirlsController extends AbstractAction
break
;
}
$channel
=
Helpers
::
getChannelByCookie
();
$bottomBanner
=
Index\HomeModel
::
getBottomBanner
(
$channel
);
$bottomBanner
=
Index\HomeModel
::
getBottomBanner
(
2
);
if
(
empty
(
$bottomBanner
))
{
break
;
}
...
...
Please
register
or
login
to post a comment