yangsunyue_wd

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

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