服务评价

This commit is contained in:
shidongli 2023-11-09 16:18:36 +08:00
parent 896889331c
commit 840917f078
2 changed files with 2 additions and 0 deletions

View File

@ -96,6 +96,7 @@
export default {
data() {
return {
baseurl:'',
evaluateshow: false, //
evaluatenurse: false, //
parentId: '',

View File

@ -55,6 +55,7 @@
}
},
onShow() {
this.baseurl = baseurl;
this.userinfo = uni.getStorageSync('userinfo');
this.cardNo = this.userinfo.cardNo;
this.parentId = this.userinfo.id;