Parcourir la source

bug修复

guessPrice
sui il y a 6 ans
Parent
révision
b5ac12292f
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. +4
    -0
      496_dongfengqichen/app.js

+ 4
- 0
496_dongfengqichen/app.js Voir le fichier

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{
if (openid){
this.getUserInfo();
}
} }
var userPhoneType = wx.getStorageSync('userPhoneType'); var userPhoneType = wx.getStorageSync('userPhoneType');
if (userPhoneType) { if (userPhoneType) {

Chargement…
Annuler
Enregistrer