Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -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 |
-
Please register or login to post a comment