mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-12 11:26:43 +08:00
更换贺报下载的方法24
This commit is contained in:
@@ -248,6 +248,6 @@ function appCallBack() {}
|
|||||||
//notation: js file can only use this kind of comments
|
//notation: js file can only use this kind of comments
|
||||||
//since comments will cause error when use in webview.loadurl,
|
//since comments will cause error when use in webview.loadurl,
|
||||||
//comments will be remove by java use regexp
|
//comments will be remove by java use regexp
|
||||||
// setTimeout(function() {
|
setTimeout(function() {
|
||||||
// document.documentElement.removeChild(WVJBIframe)
|
document.documentElement.removeChild(WVJBIframe)
|
||||||
// }, 3000)
|
}, 4000)
|
||||||
|
|||||||
@@ -110,9 +110,8 @@ export default {
|
|||||||
})
|
})
|
||||||
}, 'image/png')
|
}, 'image/png')
|
||||||
})
|
})
|
||||||
|
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
document.documentElement.removeChild(this.$refs.xingdownLoad)
|
this.close()
|
||||||
}, 3000);
|
}, 3000);
|
||||||
},
|
},
|
||||||
// 生成图片并下载
|
// 生成图片并下载
|
||||||
|
|||||||
Reference in New Issue
Block a user