增加ios最新客户端判断
This commit is contained in:
parent
da76812684
commit
7031da7416
@ -684,7 +684,7 @@ bootStrap.done(function() {
|
|||||||
MyRemind.init();
|
MyRemind.init();
|
||||||
Remind.init();
|
Remind.init();
|
||||||
OrderList.init();
|
OrderList.init();
|
||||||
if(isIos){
|
if(!bootStrap.isIos){
|
||||||
Public.confirm('升级到手机猎豹极速版,更轻、更快、更安全!',Public.updateIos,'立刻升级');
|
Public.confirm('升级到手机猎豹极速版,更轻、更快、更安全!',Public.updateIos,'立刻升级');
|
||||||
}
|
}
|
||||||
if(window.navigator.userAgent.indexOf('Android') > -1){
|
if(window.navigator.userAgent.indexOf('Android') > -1){
|
||||||
|
Loading…
Reference in New Issue
Block a user