作者 王晓刚
1 个管道 的构建 通过 耗费 2 秒

静态页面

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