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