소스 검색

bug修复

guessPrice
sui 5 년 전
부모
커밋
275a94175e
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. +4
    -0
      496_dongfengqichen/app.js

+ 4
- 0
496_dongfengqichen/app.js 파일 보기

@@ -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…
취소
저장