document.write ('');document.write ('');document.write ('
');document.write ('
');document.write ('');document.write ('

');document.write ('');document.write ('');document.write ('定位中');document.write ('');document.write ('

');document.write ('');document.write ('
');document.write ('');document.write ('
');document.write ('');document.write ('');document.write ('');document.write ('
');document.write ('
');document.write ('');document.write ('');document.write ('
');document.write ('');document.write ('
');document.write ('');document.write ('
');document.write ('
'); $(function(){ var str = "http://www.jingongshijia.com/plug/Login_pc/Login_Wx.asp?my_Code=3Tp0Nr5Oj1Lc3Ax6Rr7Rb"; $('#code').qrcode(str); setInterval(function(){GetData();},2000); }) function GetData(){ var url,data; url="http://www.jingongshijia.com/plug/Login_pc/Ajax.asp?act=login_pc"; data="my_Code="+encodeURIComponent('3Tp0Nr5Oj1Lc3Ax6Rr7Rb'); $.ajax({ type:"post", cache:false, url:url, data:data, success:function(datas) { if (datas=="1"){ //登陆成功 $("#default_tip").hide(); $("#after_scan").show(); setTimeout("location.href='/index.asp'",1000); } } }); return false; }