@@ -253,14 +253,7 @@ Page({
* 生命周期函数--监听页面显示
*/
onShow: function () {
- //判断是否报名
- $api.getAuthinfo().then(res=>{
- if(res.data.data.role==0){
- wx.navigateTo({
- url: '../apply/apply',
- })
- }
+ this.getUserData()
this.getTodayData()
},