提示页面优化

This commit is contained in:
gongfuxiang
2019-05-27 00:58:59 +08:00
parent 74bd90c1a3
commit 98976ed514
20 changed files with 172 additions and 138 deletions

View File

@ -243,7 +243,7 @@ class Pluginsadmin extends Common
if(isset($ret['code']) && $ret['code'] != 0)
{
$this->assign('msg', $ret['msg']);
return $this->fetch('public/error');
return $this->fetch('public/tips_error');
} else {
return $ret;
}