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
yangchenggong1_wd
2024-05-08 17:54:48 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
55d218b1fdcab53498c2576ea8e029dc37d34d73
55d218b1
1 parent
739267ab
fix:bug[16995] 检索结果页-缺少评论数据元素
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
2 deletions
sight_harmony/features/wdComponent/src/main/ets/components/mine/follow/FollowSecondTabsComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/search/SearchResultContentComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/mine/follow/FollowSecondTabsComponent.ets
View file @
55d218b
...
...
@@ -17,7 +17,7 @@ export struct FollowSecondTabsComponent{
build(){
Column(){
Divider().width('100%')
.height('
2
lpx')
.height('
1
lpx')
.strokeWidth('1lpx')
.backgroundColor($r('app.color.color_EDEDED'))
...
...
sight_harmony/features/wdComponent/src/main/ets/components/search/SearchResultContentComponent.ets
View file @
55d218b
...
...
@@ -187,7 +187,15 @@ export struct SearchResultContentComponent{
videoInfo: {
videoDuration: Number.parseInt(value.data.duration)
} as VideoInfoDTO,
interactData: {} as InteractDataDTO,
interactData: {
collectNum:value.data.collectNum ,
commentNum:value.data.commentNum,
contentId:value.data.id,
contentType :Number.parseInt(value.data.type),
likeNum: value.data.likeNum,
readNum:Number.parseInt(value.data.readNum),
shareNum:Number.parseInt(value.data.shareNum)
} as InteractDataDTO,
corner: '',
rmhPlatform: 0,
newTags: '',
...
...
Please
register
or
login
to post a comment