@@ -10,7 +10,7 @@
open_id:'',
user_name:'',
user_headUrl:'',
- isAuth:'',
+ isAuth:true,
sessionId: '',
cleanPayTime: '',
pageSize: 5, // 列表加载的pageSize
@@ -233,7 +233,9 @@
that.getHistory();
}else{
getApp().globalData.session_key = res.data.msg.session_key;
- that.isAuth = isAuth;
+ that.isAuth = isAuth;
+ getApp().globalData.isAuth = isAuth;
+
wx.hideLoading();
}