mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-06-07 10:22:38 +08:00
订单售后管理
This commit is contained in:
@ -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');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user