wangliang_wd

feat:优化视频评论

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