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 15:39:17 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d130707944c6a010723da475c0fed40ca277702f
d1307079
1 parent
15bb8772
fix:bug[16997] 搜索结果页-稿件发布日期展示错误
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/search/SearchResultContentComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/search/SearchResultContentComponent.ets
View file @
d130707
...
...
@@ -172,7 +172,7 @@ export struct SearchResultContentComponent{
relId: value.data.relId,
relType: value.data.relType,
newsTitle: value.data.titleLiteral,
publishTime: value.data.publishTime,
publishTime:
StringUtils.isNotEmpty(value.data.firstPublishTime)?value.data.firstPublishTime:
value.data.publishTime,
visitorComment: -1,
fullColumnImgUrls: photos,
newsSummary: "",
...
...
Please
register
or
login
to post a comment