|
|
|
@ -209,7 +209,7 @@
|
|
|
|
|
}
|
|
|
|
|
} else {
|
|
|
|
|
if (is_ios()) {
|
|
|
|
|
if (Boolean(navigator.userAgent.match(/OS [1][3]_[1][_\d]* like Mac OS X/i))) {
|
|
|
|
|
if (!Boolean(navigator.userAgent.match(/OS [1][3]_[1][_\d]* like Mac OS X/i))) {
|
|
|
|
|
if (parseInt("{:I('get.status')}") > 0) {
|
|
|
|
|
location.href = "{:U('iosDown',array('gid'=>$gameId,'pid'=>I('get.pid'),'status'=>1))}";
|
|
|
|
|
return false;
|
|
|
|
|