修改男首,女首底部banner的频道为固定值
Showing
2 changed files
with
2 additions
and
4 deletions
@@ -53,8 +53,7 @@ class BoysController extends AbstractAction | @@ -53,8 +53,7 @@ class BoysController extends AbstractAction | ||
53 | break; | 53 | break; |
54 | } | 54 | } |
55 | 55 | ||
56 | - $channel = Helpers::getChannelByCookie(); | ||
57 | - $bottomBanner = Index\HomeModel::getBottomBanner($channel); | 56 | + $bottomBanner = Index\HomeModel::getBottomBanner(1); |
58 | if (empty($bottomBanner)) { | 57 | if (empty($bottomBanner)) { |
59 | break; | 58 | break; |
60 | } | 59 | } |
@@ -48,8 +48,7 @@ class GirlsController extends AbstractAction | @@ -48,8 +48,7 @@ class GirlsController extends AbstractAction | ||
48 | break; | 48 | break; |
49 | } | 49 | } |
50 | 50 | ||
51 | - $channel = Helpers::getChannelByCookie(); | ||
52 | - $bottomBanner = Index\HomeModel::getBottomBanner($channel); | 51 | + $bottomBanner = Index\HomeModel::getBottomBanner(2); |
53 | if (empty($bottomBanner)) { | 52 | if (empty($bottomBanner)) { |
54 | break; | 53 | break; |
55 | } | 54 | } |
-
Please register or login to post a comment