e.code){
alert(response.data);
$(obj)[0].reset();
$(".modal").modal("hide");
window.location.reload()
}else{
if(response.tourl!=""){
if(confirm(response.data+'是否立即跳转登录?')){
location.href=response.tourl;
}
}
$('.codeimg').click();//更新验证码
}
},
error:function(xhr,status,error){
alert('返回数据异常!');
}
});
return false;
}
{/pboot:if}