From cf5f04e2eb46b7ff6815a981147666118aa14e4b Mon Sep 17 00:00:00 2001 From: lihan <3398341942@qq.com> Date: Thu, 8 Nov 2018 09:54:39 +0800 Subject: [PATCH] 赠送积分和角色管理 --- public/themes/simpleboot3/user/center/edit_phone2.html | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/public/themes/simpleboot3/user/center/edit_phone2.html b/public/themes/simpleboot3/user/center/edit_phone2.html index 75e16dc..770cfc4 100644 --- a/public/themes/simpleboot3/user/center/edit_phone2.html +++ b/public/themes/simpleboot3/user/center/edit_phone2.html @@ -154,6 +154,7 @@ success: function (data) { if(data.data === true) { + localStorage.clear(); window.location.href="{:url('user/Center/userInfo')}" }else { alert(data.msg); -- libgit2 0.24.0