From 043ee4deea3f2272dff990807df6e49579ca07af Mon Sep 17 00:00:00 2001 From: LiuJiaNan Date: Thu, 5 Sep 2024 08:45:54 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AD=BE=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/sign/sign.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/sign/sign.vue b/components/sign/sign.vue index d444aae..ffdf6f1 100644 --- a/components/sign/sign.vue +++ b/components/sign/sign.vue @@ -63,7 +63,7 @@ }, mounted() { uni.$on("getSignImg", ({ base64, path }) => { - this.$emit('confirm', {id: '', filePath: base64}); + this.$emit('confirm', {id: '', filePath: path}); this.fnClose(); }); },