chenquansheng

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

... ... @@ -105,9 +105,8 @@ export struct SpacialTopicPageComponent {
this.contentDetailData.openComment = Number(this.topicInfo.commentFlag)
this.contentDetailData.commentDisplay = Number(this.topicInfo.commentShowFlag)
this.contentDetailData.newsId = Number(this.topicInfo.topicId)
this.contentDetailData.newsType = this.topicInfo.topicType
this.contentDetailData.newsTitle = this.topicInfo.title;
this.contentDetailData.newsType = this.topicInfo.topicType;
this.contentDetailData.newsType = 5;//专题5
this.contentDetailData.visitorComment = this.topicInfo.visitorComment;
//转换分享数据
... ...