|
|
@ -28,7 +28,7 @@ Page({ |
|
|
if(!app.globalData.userInfo){ |
|
|
if(!app.globalData.userInfo){ |
|
|
return |
|
|
return |
|
|
} |
|
|
} |
|
|
wx.showLoading({ title: '处理中', mask: true }) |
|
|
|
|
|
|
|
|
wx.showLoading({ title: '加载中', mask: true }) |
|
|
getMemberInfo().then(res => { |
|
|
getMemberInfo().then(res => { |
|
|
var nickname = '' |
|
|
var nickname = '' |
|
|
if (app.globalData.userInfo.isAuth) { |
|
|
if (app.globalData.userInfo.isAuth) { |
|
|
|