Browse Source

bug修复

guessPrice
sui 5 years ago
parent
commit
d68baedb7d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      496_dongfengqichen/pages/myCenter/myCenter.js

+ 1
- 1
496_dongfengqichen/pages/myCenter/myCenter.js View File

@@ -381,7 +381,7 @@ Page({
getUserInfo:function(e){//获取个人信息
app.wxRequest(app.globalData.urlRoot + 'userInfo/getUserInfo', {}, res => {
if(res.code==200){
if (res.data) {
if (res.data && res.data.avatarUrl) {
this.data.userData.userLevel = res.data.userLevel;
if (!app.globalData.userInfoData) {
this.data.userData.avatarUrl = res.data.avatarUrl;

Loading…
Cancel
Save