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(){
if (data.status == 2) {
window.location.href = 'http://' + "{$_SERVER['HTTP_HOST']}" + "/index.php?s=/Home/Home/promitionofregestion/gid/" + gameId + "/pid/" + promoteId + "/status/" + "1" + ".html";
return false;
} else {
if (url) {
window.location.href = url;
} else {
window.location.href = "{:U('index')}";
}
return false;
}
},1500);
}else{

Loading…
Cancel
Save