Explorar el Código

bug修复

guessPrice
sui hace 5 años
padre
commit
d68baedb7d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      496_dongfengqichen/pages/myCenter/myCenter.js

+ 1
- 1
496_dongfengqichen/pages/myCenter/myCenter.js Ver fichero

@@ -381,7 +381,7 @@ Page({
getUserInfo:function(e){//获取个人信息
app.wxRequest(app.globalData.urlRoot + 'userInfo/getUserInfo', {}, res => {
if(res.code==200){
if (res.data) {
if (res.data && res.data.avatarUrl) {
this.data.userData.userLevel = res.data.userLevel;
if (!app.globalData.userInfoData) {
this.data.userData.avatarUrl = res.data.avatarUrl;

Cargando…
Cancelar
Guardar