var invite_time=1; var div1=document.createElement("div"); document.body.appendChild(div1); div1.innerHTML = "
免费电话咨询
立即免费通话
"; var div2=document.createElement("div"); document.body.appendChild(div2); div2.innerHTML = ""; var stay=7; var stay2=10; function invite(){ $('#pc_big').show(); $('#pc_small').hide(); } setTimeout(function(){invite()},stay*1000); if(2==2){ invite_time=3 } $('#b_close').click(function(){ $('#pc_big').hide(); $('#pc_small').show(); invite_time-=1; if(invite_time>0){ setTimeout(function(){invite()},stay2*1000); } });