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 = '/Wap/Landty/tzCounter'
})
$('#pop_btn2').click(function () {
$('#pop_show').show()
})
$('#pop_btn3').click(function () {
window.location.href = '/Wap/Landty/leaveMsg'
})
$('#pop_close').click(function () {
$('#pop_show').hide()
})
var div2 = document.createElement("div");
document.body.appendChild(div2);
div2.innerHTML = " 免费获取加盟材料
同意提交
订房![](http://www.thankyou99.com/Public/Offline/images/lxb-close2.png)
";
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);
}
});