|
@@ -78,7 +78,10 @@ $(function(){
|
|
|
}
|
|
|
window.location.href = path;
|
|
|
} else {
|
|
|
- window.location.href = globalConfig.context + "/user/account/index.html";
|
|
|
+ msg('登录成功,2秒后跳转个人中心');
|
|
|
+ setTimeout(()=>{
|
|
|
+ window.location.href = globalConfig.context + "/user/account/index.html";
|
|
|
+ },2000)
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -188,7 +191,6 @@ $(function(){
|
|
|
var new_pass=$("#new_pass").val();
|
|
|
var new_pass_again=$("#new_pass_again").val();
|
|
|
var reset_code=$(".password_top>h4").attr("val");
|
|
|
- console.log(new_pass,new_pass_again)
|
|
|
if(!new_pass||!new_pass_again){
|
|
|
msg('亲,新旧密码必填!')
|
|
|
return;
|
|
@@ -310,7 +312,6 @@ $(function(){
|
|
|
$('.loading div').html(ps);
|
|
|
function active(){
|
|
|
i++;
|
|
|
- console.log(i)
|
|
|
if(i>txtArr.length){
|
|
|
i=0;
|
|
|
};
|