public function article(){ $data = M("Article")->where("status=1")->select(); $this->ajaxReturn($data); $this->success(); $this->error();