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

首页渲染

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