Commit 30ec3ed3 by libai

测试

parent 2a8ffeb1
......@@ -968,7 +968,7 @@ function loginGo(){
layer.msg("重置成功,請從新登錄")
setTimeout(function() {
window.location.reload()
loginLayer()
}, 1000);
}
})
......
......@@ -205,6 +205,12 @@ $(function(){
noUser=true;
return;
}
if(data.code==-20062){
setTimeout(function(){
searchGoUser(e,pageNum,asyncFlag)
},500)
return;
}
for(var i=0;i<data.data.length;i++){
var list=data.data[i];
html+='<li>';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment