作者 潘浩文
1 个管道 的构建 通过 耗费 0 秒

首页渲染

@@ -20,7 +20,7 @@ class IndexController extends WeChatBaseController @@ -20,7 +20,7 @@ class IndexController extends WeChatBaseController
20 } 20 }
21 21
22 public function index(){ 22 public function index(){
23 - $this->checkUserLogin(); 23 + $this->checkLogin();
24 //获取搜索参数 24 //获取搜索参数
25 $param=$this->request->param(); 25 $param=$this->request->param();
26 $where=[]; 26 $where=[];