wangliang_wd

feat:优化H5底部评论

... ... @@ -92,6 +92,14 @@ export struct H5NewsWebPageComponent {
.backgroundColor(Color.White)
.height(150)
//全部评论
CommentDialogView({
index: $index,
currentIndex: $currentIndex,
showCommentList: $showCommentList,
publishCommentModel: $publishCommentModel,
interactData: $interactData,
}).visibility(this.showComment ? Visibility.Visible : Visibility.Hidden)
}
.margin({top: `${this.topSafeHeight}px`, bottom: `${this.bottomSafeHeight}px`})
.width(CommonConstants.FULL_WIDTH)
... ...