|
@@ -337,9 +337,9 @@
|
|
}, 'GET').then(res => {
|
|
}, 'GET').then(res => {
|
|
uni.hideLoading();
|
|
uni.hideLoading();
|
|
this.numList = res.data
|
|
this.numList = res.data
|
|
- this.headImg = res.data.customerInfo.headImgurl;
|
|
|
|
- this.nickName = res.data.customerInfo.wxNickName;
|
|
|
|
- this.phone = res.data.customerInfo.mobilePhone;
|
|
|
|
|
|
+ this.headImg = res.data.openUser.headImg;
|
|
|
|
+ this.nickName = res.data.openUser.nickName;
|
|
|
|
+ this.phone = res.data.openUser.mobilePhone;
|
|
})
|
|
})
|
|
},
|
|
},
|
|
gonavigateTo(url) {
|
|
gonavigateTo(url) {
|