Showing
1 changed file
with
8 additions
and
0 deletions
| @@ -92,6 +92,14 @@ export struct H5NewsWebPageComponent { | @@ -92,6 +92,14 @@ export struct H5NewsWebPageComponent { | ||
| 92 | .backgroundColor(Color.White) | 92 | .backgroundColor(Color.White) |
| 93 | .height(150) | 93 | .height(150) |
| 94 | 94 | ||
| 95 | + //全部评论 | ||
| 96 | + CommentDialogView({ | ||
| 97 | + index: $index, | ||
| 98 | + currentIndex: $currentIndex, | ||
| 99 | + showCommentList: $showCommentList, | ||
| 100 | + publishCommentModel: $publishCommentModel, | ||
| 101 | + interactData: $interactData, | ||
| 102 | + }).visibility(this.showComment ? Visibility.Visible : Visibility.Hidden) | ||
| 95 | } | 103 | } |
| 96 | .margin({top: `${this.topSafeHeight}px`, bottom: `${this.bottomSafeHeight}px`}) | 104 | .margin({top: `${this.topSafeHeight}px`, bottom: `${this.bottomSafeHeight}px`}) |
| 97 | .width(CommonConstants.FULL_WIDTH) | 105 | .width(CommonConstants.FULL_WIDTH) |
-
Please register or login to post a comment