Kaynağa Gözat

bug修复

guessPrice
sui 5 yıl önce
ebeveyn
işleme
b5ac12292f
1 değiştirilmiş dosya ile 4 ekleme ve 0 silme
  1. +4
    -0
      496_dongfengqichen/app.js

+ 4
- 0
496_dongfengqichen/app.js Dosyayı Görüntüle

@@ -22,6 +22,10 @@ App({
this.globalData.userInfoData = {};
this.globalData.userInfoData.avatarUrl = userInfoData.avatarUrl;
this.globalData.userInfoData.nickName = userInfoData.nickName;
}else{
if (openid){
this.getUserInfo();
}
}
var userPhoneType = wx.getStorageSync('userPhoneType');
if (userPhoneType) {

Yükleniyor…
İptal
Kaydet