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;