ソースを参照

bug修复

guessPrice
sui 5年前
コミット
275a94175e
1個のファイルの変更4行の追加0行の削除
  1. +4
    -0
      496_dongfengqichen/app.js

+ 4
- 0
496_dongfengqichen/app.js ファイルの表示

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,

読み込み中…
キャンセル
保存