【学平险业务字段需求】测试 去掉 removeItem

This commit is contained in:
dwq
2021-08-12 22:37:41 +08:00
parent c926529e83
commit 0a0c9c9d7e
2 changed files with 1 additions and 5 deletions

View File

@@ -166,7 +166,7 @@ function appCallBack() {}
}
// iOS使用
if (navigator.userAgent.indexOf('iPhone') != -1||navigator.userAgent.indexOf('android') != -1||navigator.userAgent.indexOf('Android') != -1) {
if (navigator.userAgent.indexOf('iPhone') != -1) {
/*
// WebViewJavascriptBridge v5
if (window.WebViewJavascriptBridge) { return callback(WebViewJavascriptBridge); }