master
ELF 5 years ago
parent d2cb9b9a2b
commit 6403bc9859

@ -51,7 +51,7 @@
}
if ($('input[name=isIOS13]').val() == 1) {
if (parseInt("{:I('get.status')}") > 0) {
location.href = "{:U('iosDown',array('gid'=>$gameId,'pid'=>I('get.pid'),'status'=>1))}"
location.href = "{:U('iosDown',array('gid'=>$apply['game_id'],'pid'=>$apply['promote_id'],'status'=>1))}"
return
} else {
layer.confirm('请先到官网注册', {title: '提示'}, function () {

Loading…
Cancel
Save