Parcourir la source

bug修复

guessPrice
sui il y a 5 ans
Parent
révision
275a94175e
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

@@ -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,

Chargement…
Annuler
Enregistrer