dev
parent
492fa391b3
commit
043ee4deea
|
@ -63,7 +63,7 @@
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
uni.$on("getSignImg", ({ base64, path }) => {
|
uni.$on("getSignImg", ({ base64, path }) => {
|
||||||
this.$emit('confirm', {id: '', filePath: base64});
|
this.$emit('confirm', {id: '', filePath: path});
|
||||||
this.fnClose();
|
this.fnClose();
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue