Toggle navigation
Toggle navigation
This project
Loading...
Sign in
developOne
/
harmonyPool
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
chenquansheng
2024-10-31 11:20:04 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
cc93e06623596ca16dfd52f72c7c794875160c88
cc93e066
1 parent
0c87a265
fix |> 修复从收藏列表进入专题页,收藏没有选中状态
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
sight_harmony/features/wdComponent/src/main/ets/components/SpacialTopicPageComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/SpacialTopicPageComponent.ets
View file @
cc93e06
...
...
@@ -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;
//转换分享数据
...
...
Please
register
or
login
to post a comment