浏览代码

功能优化

guessPrice
sui 5 年前
父节点
当前提交
7ec211f65c
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. +0
    -2
      496_dongfengqichen/app.js

+ 0
- 2
496_dongfengqichen/app.js 查看文件

this.globalData.userInfoData = {}; this.globalData.userInfoData = {};
this.globalData.userInfoData.avatarUrl = userInfoData.avatarUrl; this.globalData.userInfoData.avatarUrl = userInfoData.avatarUrl;
this.globalData.userInfoData.nickName = userInfoData.nickName; this.globalData.userInfoData.nickName = userInfoData.nickName;
}else{
this.getUserInfo();
} }
var userPhoneType = wx.getStorageSync('userPhoneType'); var userPhoneType = wx.getStorageSync('userPhoneType');
if (userPhoneType) { if (userPhoneType) {

正在加载...
取消
保存