Authored by Rock Zhang

添加频道选择也的js调用标志位

... ... @@ -18,7 +18,8 @@ class IndexController extends AbstractAction
// 渲染模板
$this->_view->display('index', array(
'background' => Index\HomeModel::getBgImage()
'background' => Index\HomeModel::getBgImage(),
'channelPage' => true
));
}
... ...