yangchenggong1_wd

fix |> 20575 人民号推荐列表中,对推荐内容中、可以抢首评的视频稿件,不能发表评论

@@ -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 }