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