|
|
|
@ -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 () {
|
|
|
|
|