提交 064c4ebd 编写于 作者: Q qiang

fix(App): 修复 iOS 13.7 设备 canvas 组件绘制图像应用崩溃的问题 question/113820

上级 1f73742e
......@@ -28,6 +28,7 @@ function download (url) {
return new Promise(function (resolve, reject) {
if (url.indexOf('http://') !== 0 && url.indexOf('https://') !== 0) {
resolve(url)
return
}
plus.downloader.createDownload(url, {
filename: '_doc/uniapp_temp/download/'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册