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-09-24 15:44:10 +0800
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
78933e5a0abaf110d115dbd47f8297548a2f3727
78933e5a
2 parents
ea7e7145
0d44f1df
Merge remote-tracking branch 'origin/main'
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
sight_harmony/features/wdComponent/src/main/ets/components/InteractMessage/InteractMComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/mine/home/ChildCommentComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/InteractMessage/InteractMComponent.ets
View file @
78933e5
...
...
@@ -84,6 +84,8 @@ export struct InteractMComponent {
contentDTO.objectId = this.messageModel.InteractMsubM.contentId
contentDTO.relId = this.messageModel.InteractMsubM.contentRelId
contentDTO.relType = this.messageModel.InteractMsubM.contentRelType
contentDTO.customParamTargetLayout = "comment"
ProcessUtils.processPage(contentDTO)
})
}
...
...
sight_harmony/features/wdComponent/src/main/ets/components/mine/home/ChildCommentComponent.ets
View file @
78933e5
...
...
@@ -300,6 +300,7 @@ function getParams(item: CommentListItem) : ContentDTO{
contentDTO.objectType = item.targetType + "";
contentDTO.newsTitle = item.targetTitle
contentDTO.showComment = true
contentDTO.customParamTargetLayout = "comment"
return contentDTO
}
...
...
Please
register
or
login
to post a comment