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='/Wapv3/jisuanqi' }) $('#pop_btn2').click(function(){ $('#pop_show').show() }) $('#pop_btn3').click(function(){ window.location.href='/Wapv3/message' }) $('#pop_close').click(function(){ $('#pop_show').hide() }) var div2=document.createElement("div"); document.body.appendChild(div2); div2.innerHTML = ""; var stay=30; var stay2=30; function invite(){ $('#web_big').show(); $('#web_small').hide(); } setTimeout(function(){invite()},stay*1000); if(2==2){ invite_time=2 } $('#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); } });