|  | @@ -59,7 +59,6 @@ export class PageLessonDetailComponent {
 | 
	
		
			
				|  |  |      this.commentList = await this.getCommentData()
 | 
	
		
			
				|  |  |      this.commentCount = this.commentList.length;
 | 
	
		
			
				|  |  |    }
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  |    async getCommentData() {
 | 
	
		
			
				|  |  |      let query = new Parse.Query("CourseComment");
 | 
	
		
			
				|  |  |      query.equalTo("lesson", this.lessonPointer);
 |