mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-13 13:06:43 +08:00
更换贺报下载的方法5
This commit is contained in:
@@ -230,10 +230,11 @@ export default {
|
|||||||
|
|
||||||
// 调用 captureAndProcessImage 函数
|
// 调用 captureAndProcessImage 函数
|
||||||
captureAndProcessImage();
|
captureAndProcessImage();
|
||||||
|
this.$refs.generateImg = '';
|
||||||
},
|
},
|
||||||
close() {
|
close() {
|
||||||
this.$emit('child-colse', '1')
|
this.$emit('child-colse', '1')
|
||||||
this.$refs.generateImg.src = '';
|
this.$refs.generateImg = '';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user