Merge branch 'dev' of 47.111.118.107:/srv/git/platform into dev

master
sunke 5 years ago
commit b73472fd9d

@ -51,7 +51,7 @@
} }
if ($('input[name=isIOS13]').val() == 1) { if ($('input[name=isIOS13]').val() == 1) {
if (parseInt("{:I('get.status')}") > 0) { 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 return
} else { } else {
layer.confirm('请先到官网注册', {title: '提示'}, function () { layer.confirm('请先到官网注册', {title: '提示'}, function () {

Loading…
Cancel
Save