This commit is contained in:
gongfuxiang
2024-04-15 10:25:01 +08:00
parent 774ca894ea
commit bbf5906e20
596 changed files with 25192 additions and 9384 deletions

View File

@ -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'));
}
// 模板信息