wangliang_wd

feat:优化视频评论

@@ -207,6 +207,8 @@ export struct DetailPlayShortVideoPage { @@ -207,6 +207,8 @@ export struct DetailPlayShortVideoPage {
207 207
208 this.contentTrackingDict() 208 this.contentTrackingDict()
209 this.publishCommentModel.targetId = String(this.contentDetailData?.newsId || '') 209 this.publishCommentModel.targetId = String(this.contentDetailData?.newsId || '')
  210 + this.publishCommentModel.targetTitle = String(this.contentDetailData?.newsTitle || '')
  211 + this.publishCommentModel.targetType = String(this.contentDetailData?.newsType || '')
210 } 212 }
211 213
212 contentTrackingDict() { 214 contentTrackingDict() {