个人信息未修改密码仅提示结果,不退出登录

This commit is contained in:
linxiaozhi
2019-02-16 23:48:56 +08:00
parent 2107266fd2
commit 33d3291ac9
2 changed files with 2 additions and 2 deletions

View File

@@ -76,5 +76,5 @@ func (self *UserController) AjaxSave() {
if err := Admin.Update(); err != nil {
self.ajaxMsg(err.Error(), MSG_ERR)
}
self.ajaxMsg("", MSG_OK)
self.ajaxMsg("修改成功", MSG_OK)
}