mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-06-07 02:12:25 +08:00
提示页面优化
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user