From c0318072e40fbc676164231507e844bdaf29f1c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=97=AB=E6=99=93=E8=8C=B9?= <1935832701@qq.com> Date: Thu, 17 Aug 2023 15:28:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=84=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/Parentinformation/Parentinformation.vue | 47 ++++++++++++------- 1 file changed, 30 insertions(+), 17 deletions(-) diff --git a/pages/Parentinformation/Parentinformation.vue b/pages/Parentinformation/Parentinformation.vue index 34c2de7..5fcf028 100644 --- a/pages/Parentinformation/Parentinformation.vue +++ b/pages/Parentinformation/Parentinformation.vue @@ -76,7 +76,7 @@ - 取消 + 取消 阅读并同意 @@ -116,6 +116,10 @@ this.data.openId = options.openId }, methods: { + cancellist(){ + this.checked = false; + this.maskshow = false + }, //点击隐私保护的确定 checkeds() { this.checked = true; @@ -156,6 +160,7 @@ }, //取消按钮 cancel() { + this.maskshow=false uni.navigateTo({ url: '/pages/index/index' }) @@ -165,6 +170,9 @@ + \ No newline at end of file