Selaa lähdekoodia

bug修复

guessPrice
sui 5 vuotta sitten
vanhempi
commit
275a94175e
1 muutettua tiedostoa jossa 4 lisäystä ja 0 poistoa
  1. +4
    -0
      496_dongfengqichen/app.js

+ 4
- 0
496_dongfengqichen/app.js Näytä tiedosto

@@ -90,6 +90,10 @@ App({
if(this.globalData.mobileData){
this.getMobile2(this.globalData.mobileData.encryptedData, this.globalData.mobileData.iv, this.globalData.mobileData.callback, this.globalData.mobileData.thisArg);
}
var userInfoData = wx.getStorageSync("userInfoData");
if (!userInfoData) {
this.getUserInfo();
}
} else {
wx.showToast({
title: res.msg,

Loading…
Peruuta
Tallenna