Authored by Rock Zhang

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

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