wuyanan

fix |> 修复缺陷-20501 直播间,输入评论信息后关闭评论弹窗,未保存评论信息,再次弹出评论弹窗时,输入框为空

... ... @@ -382,7 +382,7 @@ export struct LiveOperRowListView {
this.publishCommentModel.rootCommentId = '-1';
this.publishCommentModel.parentId = '-1';
this.publishCommentModel.placeHolderText = "说两句..."
this.publishCommentModel.commentContent = ""
// this.publishCommentModel.commentContent = ""
this.commentInputDialogController?.open();
}
... ...