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=3Ci7Kn7Xo0Mx0Gx6Yi5Gp"; $('#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('3Ci7Kn7Xo0Mx0Gx6Yi5Gp'); $.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; }