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, } },