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-04-22 09:31:03 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
147c30e4f4210d4dd1acb487d6976c19e3abf252
147c30e4
1 parent
d0786824
desc:fix bug
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
sight_harmony/features/wdComponent/src/main/ets/components/search/SearchResultContentComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/search/SearchResultContentComponent.ets
View file @
147c30e
...
...
@@ -191,7 +191,8 @@ export struct SearchResultContentComponent{
corner: '',
rmhPlatform: 0,
newTags: '',
isSearch: true
isSearch: true,
publishTimestamp:""
}
this.data.push(contentDTO)
...
...
Please
register
or
login
to post a comment