From a947b590e5f011c1dfc7fbc737bb6949b2ba7eaf 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:00:55 +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 --- manifest.json | 2 +- pages/Parentinformation/Parentinformation.vue | 7 +- pages/Personal/Personal.vue | 2 +- pages/Viewprescription/Viewprescription.vue | 91 +++++++------- pages/grade/grade.vue | 16 +-- pages/home/home.vue | 12 +- pages/index/index.vue | 5 +- pages/prescription/prescription.vue | 112 ++++++++---------- 8 files changed, 105 insertions(+), 142 deletions(-) diff --git a/manifest.json b/manifest.json index 9caf4a5..e781be8 100644 --- a/manifest.json +++ b/manifest.json @@ -58,7 +58,7 @@ }, "usingComponents" : true, "unipush" : { - "enable" : true + "enable" : false }, "uniStatistics" : { "enable" : false diff --git a/pages/Parentinformation/Parentinformation.vue b/pages/Parentinformation/Parentinformation.vue index a9527b5..d3ccd3e 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', - message: "请先阅读《隐私保护协议!", + title: "请先阅读《隐私保护协议》!", }) setTimeout(() => { this.maskshow = true @@ -143,7 +143,7 @@ data: res.msg }); this.$refs.uToast.show({ - message: "添加成功", + title: "添加成功", type: 'success' }) // uni.showToast({ @@ -157,9 +157,8 @@ }, 500) } else if (res.code == 500) { - console.log(res.msg) this.$refs.uToast.show({ - message: res.msg, + title: res.msg, type: 'error' }) // uni.showToast({ diff --git a/pages/Personal/Personal.vue b/pages/Personal/Personal.vue index a8ceb1b..cc5024c 100644 --- a/pages/Personal/Personal.vue +++ b/pages/Personal/Personal.vue @@ -215,7 +215,7 @@ uni.removeStorageSync('studentId'); this.mask = false that.$refs.uToast.show({ - message: "退出成功", + title: "退出成功", type: 'success', duration: '1500' }) diff --git a/pages/Viewprescription/Viewprescription.vue b/pages/Viewprescription/Viewprescription.vue index e99b9f9..3c709b4 100644 --- a/pages/Viewprescription/Viewprescription.vue +++ b/pages/Viewprescription/Viewprescription.vue @@ -17,11 +17,11 @@ {{item.totalFraction}} - + - 查看报告 - 查看报告 + 暂无报告 + 查看报告 @@ -39,7 +39,6 @@ {{item.motionType}} - @@ -81,7 +80,6 @@ 进阶方案: {{item.advancedScheme}} - - -