flowaaa 1 年之前
父節點
當前提交
84c802bae2
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      app-angular/src/modules/lesson/page-lesson-detail/page-lesson-detail.component.ts

+ 0 - 1
app-angular/src/modules/lesson/page-lesson-detail/page-lesson-detail.component.ts

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