wangliang_wd

Merge branch 'main' of http://192.168.1.42/developOne/harmonyPool into main

* 'main' of http://192.168.1.42/developOne/harmonyPool:
  fix |> 地方精选卡最右侧间距调整
  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;
//转换分享数据
... ...
... ... @@ -80,7 +80,7 @@ export struct ZhSingleRow04 {
}
)
.margin({
right: index === this.compDTO.operDataList.length - 1 ? 26 : 0,
right: index === this.compDTO.operDataList.length - 1 ? 16 : 0,
left: index === 0 ? 16 : 0,
top: 6
})
... ...