From 840917f078fd80589805e5132a92da0ba40c4809 Mon Sep 17 00:00:00 2001 From: shidongli Date: Thu, 9 Nov 2023 16:18:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E8=AF=84=E4=BB=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pagesB/Serviceevaluation/Serviceevaluation.vue | 1 + pagesB/myevaluation/myevaluation.vue | 1 + 2 files changed, 2 insertions(+) diff --git a/pagesB/Serviceevaluation/Serviceevaluation.vue b/pagesB/Serviceevaluation/Serviceevaluation.vue index ef21e78..24281fe 100644 --- a/pagesB/Serviceevaluation/Serviceevaluation.vue +++ b/pagesB/Serviceevaluation/Serviceevaluation.vue @@ -96,6 +96,7 @@ export default { data() { return { + baseurl:'', evaluateshow: false, //家医评价 evaluatenurse: false, //护理站评价 parentId: '', diff --git a/pagesB/myevaluation/myevaluation.vue b/pagesB/myevaluation/myevaluation.vue index c094f88..570e037 100644 --- a/pagesB/myevaluation/myevaluation.vue +++ b/pagesB/myevaluation/myevaluation.vue @@ -55,6 +55,7 @@ } }, onShow() { + this.baseurl = baseurl; this.userinfo = uni.getStorageSync('userinfo'); this.cardNo = this.userinfo.cardNo; this.parentId = this.userinfo.id;