Browse Source

功能优化

guessPrice
sui 5 years ago
parent
commit
7ec211f65c
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      496_dongfengqichen/app.js

+ 0
- 2
496_dongfengqichen/app.js View File

this.globalData.userInfoData = {}; this.globalData.userInfoData = {};
this.globalData.userInfoData.avatarUrl = userInfoData.avatarUrl; this.globalData.userInfoData.avatarUrl = userInfoData.avatarUrl;
this.globalData.userInfoData.nickName = userInfoData.nickName; this.globalData.userInfoData.nickName = userInfoData.nickName;
}else{
this.getUserInfo();
} }
var userPhoneType = wx.getStorageSync('userPhoneType'); var userPhoneType = wx.getStorageSync('userPhoneType');
if (userPhoneType) { if (userPhoneType) {

Loading…
Cancel
Save