diff --git a/pages/Parentinformation/Parentinformation.vue b/pages/Parentinformation/Parentinformation.vue index d3ccd3e..f33792f 100644 --- a/pages/Parentinformation/Parentinformation.vue +++ b/pages/Parentinformation/Parentinformation.vue @@ -126,7 +126,7 @@ if (this.checked == false) { this.$refs.uToast.show({ type: 'error', - title: "请先阅读《隐私保护协议》!", + message: "请先阅读《隐私保护协议》!", }) setTimeout(() => { this.maskshow = true @@ -143,7 +143,7 @@ data: res.msg }); this.$refs.uToast.show({ - title: "添加成功", + message: "添加成功", type: 'success' }) // uni.showToast({ @@ -158,7 +158,7 @@ } else if (res.code == 500) { this.$refs.uToast.show({ - title: res.msg, + message: res.msg, type: 'error' }) // uni.showToast({ diff --git a/pages/Personal/Personal.vue b/pages/Personal/Personal.vue index cc5024c..0e3dd11 100644 --- a/pages/Personal/Personal.vue +++ b/pages/Personal/Personal.vue @@ -1,10 +1,10 @@