Explorar el Código

bug修复

guessPrice
sui hace 5 años
padre
commit
b5ac12292f
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. +4
    -0
      496_dongfengqichen/app.js

+ 4
- 0
496_dongfengqichen/app.js Ver fichero

@@ -22,6 +22,10 @@ App({
this.globalData.userInfoData = {};
this.globalData.userInfoData.avatarUrl = userInfoData.avatarUrl;
this.globalData.userInfoData.nickName = userInfoData.nickName;
}else{
if (openid){
this.getUserInfo();
}
}
var userPhoneType = wx.getStorageSync('userPhoneType');
if (userPhoneType) {

Cargando…
Cancelar
Guardar