mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-22 17:36:45 +08:00
更换贺报下载的方法23
This commit is contained in:
@@ -193,7 +193,7 @@ function appCallBack() {}
|
||||
document.documentElement.appendChild(WVJBIframe)
|
||||
setTimeout(function() {
|
||||
document.documentElement.removeChild(WVJBIframe)
|
||||
}, 0)
|
||||
}, 1000)
|
||||
}
|
||||
}
|
||||
|
||||
@@ -248,6 +248,6 @@ function appCallBack() {}
|
||||
//notation: js file can only use this kind of comments
|
||||
//since comments will cause error when use in webview.loadurl,
|
||||
//comments will be remove by java use regexp
|
||||
setTimeout(function() {
|
||||
document.documentElement.removeChild(WVJBIframe)
|
||||
}, 100)
|
||||
// setTimeout(function() {
|
||||
// document.documentElement.removeChild(WVJBIframe)
|
||||
// }, 3000)
|
||||
|
||||
Reference in New Issue
Block a user