From eeb93138346dbc974b8c1f75ad0936e2fc7770e6 Mon Sep 17 00:00:00 2001 From: luolei Date: Fri, 5 Sep 2014 19:41:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0ios=E5=AE=A2=E6=88=B7?= =?UTF-8?q?=E7=AB=AF=E7=9A=84=E5=8D=87=E7=BA=A7=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Mobile12306New/js/init.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Mobile12306New/js/init.js b/Mobile12306New/js/init.js index 4503f81..560fabd 100644 --- a/Mobile12306New/js/init.js +++ b/Mobile12306New/js/init.js @@ -684,11 +684,11 @@ bootStrap.done(function() { MyRemind.init(); Remind.init(); OrderList.init(); - if(!bootStrap.isIos){ + if(isIos && !bootStrap.isIos){ Public.confirm('升级到手机猎豹极速版,更轻、更快、更安全!',Public.updateIos,'立刻升级'); } if(window.navigator.userAgent.indexOf('Android') > -1){ - if(window.navigator.userAgent.indexOf('LieBaoFast') == -1 ){ + if(window.navigator.userAgent.indexOf('LieBaoFast') == -1){ Public.confirm('升级到手机猎豹极速版,更轻、更快、更安全!',Public.updateAndroid,'立刻升级'); }