mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 16:56:43 +08:00
更换贺报下载的方法15
This commit is contained in:
@@ -180,6 +180,10 @@ export default {
|
||||
// }, 5000);
|
||||
// arr = false
|
||||
}
|
||||
canvas = null;
|
||||
blob = null;
|
||||
base64String = null;
|
||||
res = null;
|
||||
} catch (error) {
|
||||
console.log(6666);
|
||||
// 处理整个过程中的任何错误
|
||||
@@ -190,7 +194,6 @@ export default {
|
||||
|
||||
// 调用 captureAndProcessImage 函数
|
||||
captureAndProcessImage();
|
||||
this.$refs.xingdownLoad.parentNode.removeChild(this.$refs.xingdownLoad);
|
||||
return false
|
||||
}, 500);
|
||||
|
||||
@@ -198,7 +201,7 @@ export default {
|
||||
},
|
||||
close() {
|
||||
this.$emit('child-colse', '1')
|
||||
this.$refs.xingdownLoad = null;
|
||||
this.$refs.xingdownLoad.parentNode.removeChild(this.$refs.xingdownLoad);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user