Showing
1 changed file
with
1 additions
and
0 deletions
| @@ -146,6 +146,7 @@ export struct CommentTabComponent { | @@ -146,6 +146,7 @@ export struct CommentTabComponent { | ||
| 146 | this.publishCommentModel.rootCommentId = '-1'; | 146 | this.publishCommentModel.rootCommentId = '-1'; |
| 147 | this.publishCommentModel.parentId = '-1'; | 147 | this.publishCommentModel.parentId = '-1'; |
| 148 | this.publishCommentModel.placeHolderText = "说两句..." | 148 | this.publishCommentModel.placeHolderText = "说两句..." |
| 149 | + this.publishCommentModel.visitorComment = String(this.contentDetail?.visitorComment || '') | ||
| 149 | if (this.contentDetail.bestNoticer === 1) { | 150 | if (this.contentDetail.bestNoticer === 1) { |
| 150 | this.publishCommentModel.placeHolderText = "优质评论会获得最佳评论人的称号" | 151 | this.publishCommentModel.placeHolderText = "优质评论会获得最佳评论人的称号" |
| 151 | } | 152 | } |
-
Please register or login to post a comment