商品规格图片优化

This commit is contained in:
gongfuxiang
2018-12-26 01:57:43 +08:00
parent 7f71091554
commit 7b54a3c48c
9 changed files with 429 additions and 145 deletions

View File

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