...
|
...
|
@@ -32,7 +32,7 @@ class IndexController extends WeChatBaseController |
|
|
$PageHtmlModel = new PageHtmlModel();
|
|
|
$page_html = $PageHtmlModel->findData(array('id'=>1));
|
|
|
$this->assign('page_html',$page_html);
|
|
|
return $this->fetch('/');
|
|
|
return $this->fetch();
|
|
|
}
|
|
|
|
|
|
} |
|
|
\ No newline at end of file |
...
|
...
|
|