Procházet zdrojové kódy

bug修复

guessPrice
sui před 6 roky
rodič
revize
275a94175e
1 změnil soubory, kde provedl 4 přidání a 0 odebrání
  1. +4
    -0
      496_dongfengqichen/app.js

+ 4
- 0
496_dongfengqichen/app.js Zobrazit soubor

if(this.globalData.mobileData){ if(this.globalData.mobileData){
this.getMobile2(this.globalData.mobileData.encryptedData, this.globalData.mobileData.iv, this.globalData.mobileData.callback, this.globalData.mobileData.thisArg); 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 { } else {
wx.showToast({ wx.showToast({
title: res.msg, title: res.msg,

Načítá se…
Zrušit
Uložit