|
|
@@ -141,10 +141,9 @@
|
|
|
getApp().globalData.user_id = res.data.msg.id;
|
|
|
getApp().globalData.open_id = res.data.msg.openid;
|
|
|
getApp().globalData.isAuth = res.data.msg.isauth === '0';
|
|
|
- getApp().globalData.user_name = res.data.msg.name;
|
|
|
- getApp().globalData.user_headUrl = res.data.msg.headimg || '../../static/userDefault.png';
|
|
|
getApp().globalData.times = res.data.msg.times;
|
|
|
getApp().globalData.total_times = res.data.msg.total_times;
|
|
|
+ that.userHeadUrl = res.data.msg.headimg || '../../static/userDefault.png';
|
|
|
that.getHistory();
|
|
|
}
|
|
|
});
|