|  | @@ -22,6 +22,9 @@ export class MeComponent {
 | 
	
		
			
				|  |  |    }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |    async ngOnInit() {
 | 
	
		
			
				|  |  | +   this.refresh()
 | 
	
		
			
				|  |  | +  }
 | 
	
		
			
				|  |  | +  async refresh(){
 | 
	
		
			
				|  |  |      this.myAttentionList = await this.gteAttentionData()
 | 
	
		
			
				|  |  |      this.myScienceList = await this.getScienceData()
 | 
	
		
			
				|  |  |      this.myRecommendList = await this.getRecommendDate()
 | 
	
	
		
			
				|  | @@ -56,6 +59,7 @@ export class MeComponent {
 | 
	
		
			
				|  |  |    async logout() {
 | 
	
		
			
				|  |  |      await Parse.User.logOut()
 | 
	
		
			
				|  |  |      this.currentUser = undefined
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |      let toast = await this.toastCtrl.create({
 | 
	
		
			
				|  |  |        message: "登出成功",
 | 
	
		
			
				|  |  |        position: "top",
 |