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