更换贺报下载的方法5

This commit is contained in:
xuxingjun
2024-12-25 15:33:00 +08:00
parent cc9d93b3ae
commit c265166e83

View File

@@ -230,10 +230,11 @@ export default {
// 调用 captureAndProcessImage 函数
captureAndProcessImage();
this.$refs.generateImg = '';
},
close() {
this.$emit('child-colse', '1')
this.$refs.generateImg.src = '';
this.$refs.generateImg = '';
}
}
}