|
@@ -13,10 +13,10 @@
|
|
|
<image :src="headImg" mode="" style="width: 120rpx;height: 120rpx;border-radius: 60rpx;"></image>
|
|
|
<view class="mes">
|
|
|
<view class="nick">
|
|
|
- <view class="nickName">昵称</view>
|
|
|
+ <view class="nickName">{{ueserInfo.nickName}}</view>
|
|
|
<view class="grade">高级</view>
|
|
|
</view>
|
|
|
- <view class="phone">17583492837</view>
|
|
|
+ <view class="phone">{{ueserInfo.mobilePhone}}</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
@@ -195,13 +195,13 @@
|
|
|
const wxOpenData = uni.getStorageSync("wxOpenData");
|
|
|
if(wxOpenData){
|
|
|
this.headImg = wxOpenData.loginInfo.customerInfo.headImgurl;
|
|
|
- }
|
|
|
+ this.uid = wxOpenData.loginInfo.uid;
|
|
|
+ }
|
|
|
+ this.ueserInfo = uni.getStorageSync("ueserInfo")
|
|
|
},
|
|
|
onShow() {
|
|
|
this.$common.isUserId()
|
|
|
- this.ueserInfo = uni.getStorageSync("logodata");
|
|
|
- this.shopData = uni.getStorageSync("shopData");
|
|
|
- this.uid = uni.getStorageSync("logodata").uid;
|
|
|
+
|
|
|
if (this.uid) {
|
|
|
this.queryMyDetail();
|
|
|
}
|