From b12b9ebe8549faf8ab84bc194ca8a6b7cd4edab5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E8=BE=89?= <814457906@qq.com> Date: Tue, 11 Apr 2023 10:04:50 +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/Modifyinformation/Modifyinformation.vue | 10 ++++------ pages/homepage/homepage.vue | 2 +- pages/login/login.vue | 2 +- pages/study/study.vue | 4 ++-- 4 files changed, 8 insertions(+), 10 deletions(-) diff --git a/pages/Modifyinformation/Modifyinformation.vue b/pages/Modifyinformation/Modifyinformation.vue index 4bb4fb9..2dbf09d 100644 --- a/pages/Modifyinformation/Modifyinformation.vue +++ b/pages/Modifyinformation/Modifyinformation.vue @@ -58,7 +58,7 @@ 证书上传: - + @@ -69,7 +69,7 @@ - + 拍摄上传 @@ -153,7 +153,7 @@ this.certificateimg = this.certificateimg.filter(e => e != item) }, //上传证书 - uploadcertificateimg() { + uploadcertificate() { var that = this; uni.chooseImage({ count: 9, @@ -235,7 +235,6 @@ gofinish() { var that = this if (this.image) { - console.log(3) uni.uploadFile({ url: baseurl + '/nurseApp/personLogin/updateHeadAvatarHead', filePath: that.myimg, //file: 二进制(filePath) @@ -246,11 +245,10 @@ timeout: 5000, success(res) { that.appPersonallist.avatar = JSON.parse(res.data).imgUrl - // that.updateNursePerson(); + that.updateNursePerson(); } }) } else { - console.log(2) that.updateNursePerson(); } }, diff --git a/pages/homepage/homepage.vue b/pages/homepage/homepage.vue index 9ba4348..e915070 100644 --- a/pages/homepage/homepage.vue +++ b/pages/homepage/homepage.vue @@ -33,7 +33,7 @@ - 管理员模板消息订阅 + 护理机构运营人员模板消息订阅 diff --git a/pages/login/login.vue b/pages/login/login.vue index 4028bfa..38eb87b 100644 --- a/pages/login/login.vue +++ b/pages/login/login.vue @@ -3,7 +3,7 @@ - 泉医到家 + 泉医助手 diff --git a/pages/study/study.vue b/pages/study/study.vue index 1cc2274..bf3bb79 100644 --- a/pages/study/study.vue +++ b/pages/study/study.vue @@ -25,7 +25,7 @@ let pages = getCurrentPages(); let url = pages[pages.length - 1].$page.fullPath return { - title: '泉医到家', + title: '泉医助手', path: url, } }, @@ -34,7 +34,7 @@ let pages = getCurrentPages(); let url = pages[pages.length - 1].$page.fullPath return { - title: '泉医到家', + title: '泉医助手', path: url, } },