var LoginHelper={check:function(){AjaxHelper.req("/uintf/uintf.checkLogin.php",null,function(a){"0"==a&&(window.location.href="/")},null,!0)},dataCallback:function(a){switch(a.status.v){case 0:location.reload();break;case 202:case 6:$(".err_info").text("用户或密码错").show();PageLogin.changChkCode();break;case 10:$(".err_info").text("校验码错误").show();PageLogin.changChkCode();break;case 953:$(".err_info").text(a.status.s).show();DialogHelper.showModelAlert(a.status.s,"info",function(){DialogHelper.checkLoad("/dlg/dlg.chgpasswd.php?cb=PageLogin.refresh")}); break;case 954:DialogHelper.showModelAlert("为了账号使用安全,请绑定账号!","info",function(){window.location="/bindingUser.php"});break;case 956:DialogHelper.showModelAlert("检测到账号异地登录,请填写验证码再登录!","info",function(){$(".login_verify").css("display","block")});break;default:$(".err_info").text(a.status.s).show()}}};