mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-04 21:03:27 +08:00
v6.0
This commit is contained in:
@ -63,7 +63,7 @@ class User extends Base
|
||||
$data = $this->data_detail;
|
||||
if(!empty($params['id']) && empty($data))
|
||||
{
|
||||
return $this->error(MyLang('no_data'), MyUrl('admin/user/index'));
|
||||
return ViewError(MyLang('no_data'), MyUrl('admin/user/index'));
|
||||
}
|
||||
|
||||
// 模板数据
|
||||
|
||||
Reference in New Issue
Block a user