服务评价
This commit is contained in:
parent
896889331c
commit
840917f078
@ -96,6 +96,7 @@
|
|||||||
export default {
|
export default {
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
|
baseurl:'',
|
||||||
evaluateshow: false, //家医评价
|
evaluateshow: false, //家医评价
|
||||||
evaluatenurse: false, //护理站评价
|
evaluatenurse: false, //护理站评价
|
||||||
parentId: '',
|
parentId: '',
|
||||||
|
|||||||
@ -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;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user