|
@@ -47,10 +47,12 @@ Page({
|
|
|
* 生命周期函数--监听页面显示
|
|
|
*/
|
|
|
onShow() {
|
|
|
+ var headImg = wx.getStorageSync('headImg')
|
|
|
+ var userName = wx.getStorageSync('userName')
|
|
|
this.getAccountNmberFn()
|
|
|
this.setData({
|
|
|
- appusername: app.globalData.userInfo.userName.length > 8 ? app.globalData.userInfo.userName.substring(0,4) : app.globalData.userInfo.userName,
|
|
|
- appuserheadimg: app.globalData.userInfo.headImg
|
|
|
+ appusername: userName.length > 8 ? userName.substring(0,4) : auserName,
|
|
|
+ appuserheadimg: headImg
|
|
|
})
|
|
|
if (app.globalData.navigateBackParams.address) {
|
|
|
this.setData({
|