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

赠送积分和角色管理

@@ -162,7 +162,7 @@ @@ -162,7 +162,7 @@
162 success: function (data) { 162 success: function (data) {
163 if(data.data === true) { 163 if(data.data === true) {
164 localStorage.clear(); 164 localStorage.clear();
165 - window.location.href="{:url('user/Center/enterPassword')}" 165 + window.location.href="{:url('friendship/Friend/enterPassword')}"
166 }else { 166 }else {
167 alert(data.msg); 167 alert(data.msg);
168 } 168 }