From 8019af3ce3a4cffdfd251da865045b46bc1e1b0f Mon Sep 17 00:00:00 2001 From: shidongli Date: Tue, 17 Oct 2023 10:59:00 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AD=BE=E7=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pagesC/Onlinesigning/Onlinesigning.vue | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/pagesC/Onlinesigning/Onlinesigning.vue b/pagesC/Onlinesigning/Onlinesigning.vue index 8e766bc..cdb48ca 100644 --- a/pagesC/Onlinesigning/Onlinesigning.vue +++ b/pagesC/Onlinesigning/Onlinesigning.vue @@ -277,7 +277,11 @@ this.query.gender = 99 } } - this.protocolshow = true + if (this.query.residentAutographPath) { + this.updata(); + } else { + this.protocolshow = true + } }, updata() { if (this.radio == 2) { @@ -511,7 +515,8 @@ }, //接收拍照或签名 residentAutographPath(data) { - this.query.residentAutographPath = data + this.query.residentAutographPath = data.residentAutographPath + this.protocolshow = false }, }, onLoad(options) {