Authored by Rock Zhang

修改男首,女首底部banner的频道为固定值

... ... @@ -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;
}
... ...
... ... @@ -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;
}
... ...