|
@@ -225,9 +225,7 @@
|
|
this.wxOpenData=wxOpenData
|
|
this.wxOpenData=wxOpenData
|
|
//console.log()
|
|
//console.log()
|
|
if (wxOpenData) {
|
|
if (wxOpenData) {
|
|
- this.headImg = wxOpenData.loginInfo.customerInfo.headImgurl;
|
|
|
|
- this.nickName = wxOpenData.loginInfo.customerInfo.wxNickName;
|
|
|
|
- this.phone = wxOpenData.loginInfo.customerInfo.mobilePhone;
|
|
|
|
|
|
+
|
|
this.uid = wxOpenData.loginInfo.uid;
|
|
this.uid = wxOpenData.loginInfo.uid;
|
|
}
|
|
}
|
|
this.userInfo = this.$store.state.userInfo;
|
|
this.userInfo = this.$store.state.userInfo;
|
|
@@ -339,7 +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;
|
|
})
|
|
})
|
|
},
|
|
},
|
|
gonavigateTo(url) {
|
|
gonavigateTo(url) {
|