master
chenxiaojun 5 years ago
parent efae40fa2e
commit 49c3c8a45e

File diff suppressed because it is too large Load Diff

@ -188,12 +188,16 @@
setTimeout(function(){ setTimeout(function(){
if (data.status == 2) { if (data.status == 2) {
window.location.href = 'http://' + "{$_SERVER['HTTP_HOST']}" + "/index.php?s=/Home/Home/promitionofregestion/gid/" + gameId + "/pid/" + promoteId + "/status/" + "1" + ".html"; window.location.href = 'http://' + "{$_SERVER['HTTP_HOST']}" + "/index.php?s=/Home/Home/promitionofregestion/gid/" + gameId + "/pid/" + promoteId + "/status/" + "1" + ".html";
return false;
} else { } else {
if (url) { if (url) {
window.location.href = url; window.location.href = url;
} else { } else {
window.location.href = "{:U('index')}"; window.location.href = "{:U('index')}";
} }
return false;
} }
},1500); },1500);
}else{ }else{

Loading…
Cancel
Save