Showing
1 changed file
with
1 additions
and
2 deletions
| @@ -105,9 +105,8 @@ export struct SpacialTopicPageComponent { | @@ -105,9 +105,8 @@ export struct SpacialTopicPageComponent { | ||
| 105 | this.contentDetailData.openComment = Number(this.topicInfo.commentFlag) | 105 | this.contentDetailData.openComment = Number(this.topicInfo.commentFlag) |
| 106 | this.contentDetailData.commentDisplay = Number(this.topicInfo.commentShowFlag) | 106 | this.contentDetailData.commentDisplay = Number(this.topicInfo.commentShowFlag) |
| 107 | this.contentDetailData.newsId = Number(this.topicInfo.topicId) | 107 | this.contentDetailData.newsId = Number(this.topicInfo.topicId) |
| 108 | - this.contentDetailData.newsType = this.topicInfo.topicType | ||
| 109 | this.contentDetailData.newsTitle = this.topicInfo.title; | 108 | this.contentDetailData.newsTitle = this.topicInfo.title; |
| 110 | - this.contentDetailData.newsType = this.topicInfo.topicType; | 109 | + this.contentDetailData.newsType = 5;//专题5 |
| 111 | this.contentDetailData.visitorComment = this.topicInfo.visitorComment; | 110 | this.contentDetailData.visitorComment = this.topicInfo.visitorComment; |
| 112 | 111 | ||
| 113 | //转换分享数据 | 112 | //转换分享数据 |
-
Please register or login to post a comment