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-09 09:29:44 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6357e92696f267e2c507c98dcd8074bcadc161ca
6357e926
1 parent
7e094fbc
fix:bug[17022] 检索专题-搜索结果页_页面展示问题(添加显示标题字段)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 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 @
6357e92
...
...
@@ -131,12 +131,11 @@ export struct SearchResultContentComponent{
})
}
//TODO 48 个赋值
let contentDTO:ContentDTO = {
appStyle: value.data.appStyle + "",
cityCode: value.data.cityCode,
coverSize: "",
coverType: -1,
coverType:
value.data.type == "5"?1:
-1,
coverUrl: this.searchType=="activity"?value.data.zhChannelPageImg:value.data.appStyleImages.split("&&")[0],
description: value.data.description,
districtCode: value.data.districtCode,
...
...
@@ -203,7 +202,8 @@ export struct SearchResultContentComponent{
publishTimestamp:"",
bottomNavId:'',
openType:'',
extra:''
extra:'',
titleShow:value.data.type == "5"?1:0,
}
this.data.push(contentDTO)
...
...
Please
register
or
login
to post a comment