瀏覽代碼

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,

Loading…
取消
儲存