var invite_time=1; var div1=document.createElement("div"); document.body.appendChild(div1); div1.innerHTML ="
立即免费通话
"; var bottom=document.createElement("div"); document.body.appendChild(bottom); bottom.innerHTML ="
投资计算器
免费加盟电话
资金补贴
"; $('#pop_btn1').click(function(){ window.location.href='/Wapkj/counter' }) $('#pop_btn2').click(function(){ $('#pop_show').show() }) $('#pop_btn3').click(function(){ window.location.href='/Wapkj/message' }) $('#pop_close').click(function(){ $('#pop_show').hide() }) var div2=document.createElement("div"); document.body.appendChild(div2); if( 1 === '3' && 2 === '2' ){ div2.innerHTML = ""; }else{ div2.innerHTML = ""; } var stay=6; var stay2=10; function invite(){ $('#web_big').show(); $('#web_small').hide(); } setTimeout(function(){invite()},stay*1000); if(2==2){ invite_time=3 } $('#web_small').click(function(){ $('#web_small').hide(); $('#web_big').show(); }) $('#b_close').click(function(){ $('#web_big').hide(); $('#web_small').show(); invite_time-=1; if(invite_time>0){ setTimeout(function(){invite()},stay2*1000); } });