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-10-12 09:39:08 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
cf8f34b25b139f58cb51d0ce725108935db3f17f
cf8f34b2
1 parent
3fd72a94
fix |> 20767 无网路情况下,在新闻频道,进入搜索页,不应该展示热门搜索
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/SearchHotsComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/search/SearchHotsComponent.ets
View file @
cf8f34b
...
...
@@ -24,9 +24,9 @@ export struct SearchHotsComponent{
}
}).catch((err:Error)=>{
console.log(TAG,JSON.stringify(err))
if(this.searchHotsData.length === 0){
this.searchHotsData.push(new SearchHotContentItem("二十大",0,1))
}
// if(this.searchHotsData.length === 0){
// this.searchHotsData.push(new SearchHotContentItem("二十大",0,1))
// }
})
}
...
...
Please
register
or
login
to post a comment