服务评价

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 { export default {
data() { data() {
return { return {
baseurl:'',
evaluateshow: false, // evaluateshow: false, //
evaluatenurse: false, // evaluatenurse: false, //
parentId: '', parentId: '',

View File

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