yangsunyue_wd

desc:热门评论点赞相关 90%

@@ -40,9 +40,9 @@ export struct QualityCommentsComponent { @@ -40,9 +40,9 @@ export struct QualityCommentsComponent {
40 // commentListModel.hasMore = true; 40 // commentListModel.hasMore = true;
41 // this.browSingModel.viewType = ViewType.LOADED; 41 // this.browSingModel.viewType = ViewType.LOADED;
42 42
43 - commentListModel.list.forEach(element => {  
44 - this.allDatas.push(new commentItemModel())  
45 - }); 43 + // commentListModel.list.forEach(element => {
  44 + // this.allDatas.push(new commentItemModel())
  45 + // });
46 46
47 this.allDatas.push(...commentListModel.list) 47 this.allDatas.push(...commentListModel.list)
48 48