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 @@