chenquansheng

fix |> 修复从收藏列表进入专题页,收藏没有选中状态

@@ -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 //转换分享数据