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 =" 24小时免费通话
";
$('#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);
}
});