订单售后管理

This commit is contained in:
devil_gong
2019-05-27 18:40:31 +08:00
parent 18e4efd19a
commit ece92c66b0
18 changed files with 816 additions and 53 deletions

View File

@ -37,7 +37,8 @@ class Error extends Common
{
exit(json_encode(DataReturn($request->controller().' 控制器不存在', -1000)));
} else {
exit($request->controller().' 控制器不存在');
$this->assign('msg', $request->controller().' 控制器不存在');
return $this->fetch('public/tips_error');
}
}
}