model = new \app\admin\model\wanlshop\Icon; $this->view->assign("statusList", $this->model->getStatusList()); } /** * 选择链接 */ public function select() { if ($this->request->isAjax()) { return $this->index(); } return $this->view->fetch(); } }