作者 lihan
1 个管道 的构建 通过 耗费 2 秒

赠送积分和角色管理

... ... @@ -154,6 +154,7 @@
success: function (data) {
if(data.data === true) {
localStorage.clear();
window.location.href="{:url('user/Center/userInfo')}"
}else {
alert(data.msg);
... ...