model = model('AdminLog'); } /** * 查找地图 */ public function map() { return $this->view->fetch(); } /** * 搜索列表 */ public function selectpage() { $this->model = model('Area'); return parent::selectpage(); } }