正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
@@ -154,6 +154,7 @@ | @@ -154,6 +154,7 @@ | ||
154 | 154 | ||
155 | success: function (data) { | 155 | success: function (data) { |
156 | if(data.data === true) { | 156 | if(data.data === true) { |
157 | + localStorage.clear(); | ||
157 | window.location.href="{:url('user/Center/userInfo')}" | 158 | window.location.href="{:url('user/Center/userInfo')}" |
158 | }else { | 159 | }else { |
159 | alert(data.msg); | 160 | alert(data.msg); |
-
请 注册 或 登录 后发表评论