Showing
1 changed file
with
3 additions
and
3 deletions
sight_harmony/features/wdComponent/src/main/ets/components/comment/view/QualityCommentsComponent.ets
| @@ -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 |
-
Please register or login to post a comment