fetch('shoplevel/lists'); } /** * 等级添加 */ public function addLevel() { return $this->fetch('shoplevel/add_level'); } /** * 等级编辑 */ public function editLevel() { return $this->fetch('shoplevel/edit_level'); } /** * 等级删除 */ public function deleteLevel() { } }