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
陈剑华
2024-06-12 09:55:13 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
29dc09dcc4be8548ec6a8dd541b672545d459310
29dc09dc
1 parent
5364528b
fix: 18659 人民号动态图文稿件丢失评论入口
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
sight_harmony/features/wdComponent/src/main/ets/components/CarderInteraction.ets
sight_harmony/features/wdComponent/src/main/ets/components/CarderInteraction.ets
View file @
29dc09d
...
...
@@ -60,7 +60,7 @@ export struct CarderInteraction {
})
}
if(this.contentDetailData?.openComment == 1){
if(this.contentDetailData?.openComment == 1
|| router.getState().name === 'PeopleShipHomePage'
){
this.commentLayout()
}
this.builderLike()
...
...
Please
register
or
login
to post a comment