From b65a2b030dee7c617b09a81077ff5f29e53764f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E8=BE=89?= <814457906@qq.com> Date: Wed, 19 Apr 2023 15:32:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/Parentinformation/Parentinformation.vue | 6 +-- pages/Personal/Personal.vue | 38 ++++++++----------- pages/Viewprescription/Viewprescription.vue | 6 +-- pages/grade/grade.vue | 2 +- pages/home/home.vue | 4 +- pages/index/index.vue | 8 +++- pages/phone/phone.vue | 6 +-- pages/prescription/prescription.vue | 4 +- 8 files changed, 36 insertions(+), 38 deletions(-) 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 @@