dev
LiuJiaNan 2024-09-05 08:45:54 +08:00
parent 492fa391b3
commit 043ee4deea
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@
},
mounted() {
uni.$on("getSignImg", ({ base64, path }) => {
this.$emit('confirm', {id: '', filePath: base64});
this.$emit('confirm', {id: '', filePath: path});
this.fnClose();
});
},