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='http://mhotels.design/wap/landing' }) $('#pop_btn2').click(function(){ $('#pop_show').show() }) $('#pop_btn3').click(function(){ window.location.href='http://mhotels.design/Wap/LandingV2/onlineMsg' }) $('#pop_close').click(function(){ $('#pop_show').hide() }) var div2=document.createElement("div"); document.body.appendChild(div2); div2.innerHTML = ""; var stay=10; 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); } });