Authored by hf

modify api to yohobuy test env

@@ -25,7 +25,7 @@ class IndexController extends AbstractAction @@ -25,7 +25,7 @@ class IndexController extends AbstractAction
25 $this->setNavFooter(); 25 $this->setNavFooter();
26 26
27 // 生成HTML (index.html) 27 // 生成HTML (index.html)
28 - // $this->_view->html('index'); 28 + $this->_view->html('index');
29 29
30 // 渲染模板 30 // 渲染模板
31 $this->_view->display('index', $data); 31 $this->_view->display('index', $data);