Browse Source

Merge branch 'master' of codehub-cn-south-1.devcloud.huaweicloud.com:web3000003/web-0210402

hid_msrpuwgj56ccf29 1 year ago
parent
commit
6c30521c84

+ 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.commentCount = this.commentList.length;
   }
-
   async getCommentData() {
     let query = new Parse.Query("CourseComment");
     query.equalTo("lesson", this.lessonPointer);