From 05709de6b62bfe4582cfd3206c72d8052cf59c57 Mon Sep 17 00:00:00 2001 From: Leo_Ding <2405260743@qq.com> Date: Mon, 4 Aug 2025 15:12:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=AD=BE=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/signature.vue | 1 + pages.json | 14 ++-- pages/sign/sign.vue | 144 +++++++++++++++++++++++++++++++-------- 3 files changed, 125 insertions(+), 34 deletions(-) diff --git a/components/signature.vue b/components/signature.vue index 0b64f36..4bbed5f 100644 --- a/components/signature.vue +++ b/components/signature.vue @@ -96,6 +96,7 @@ wx.canvasToTempFilePath({ canvasId: 'signatureCanvas', success: (res) => { + console.log(res.tempFilePath) this.setData({ signatureImage: res.tempFilePath }); diff --git a/pages.json b/pages.json index e2dd0f6..0b127f5 100644 --- a/pages.json +++ b/pages.json @@ -203,13 +203,13 @@ "usingComponents": {} } }, - { - "path" : "pages/meetingDetail/ceshi/ceshi", - "style" : - { - "navigationBarTitleText" : "" - } - }, + // { + // "path" : "pages/meetingDetail/ceshi/ceshi", + // "style" : + // { + // "navigationBarTitleText" : "" + // } + // }, { "path": "pages/sign/sign", "style": { diff --git a/pages/sign/sign.vue b/pages/sign/sign.vue index 44282da..8d05552 100644 --- a/pages/sign/sign.vue +++ b/pages/sign/sign.vue @@ -34,6 +34,7 @@