wuyanan

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

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