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-28 15:01:13 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b5b2bc34da4cbb6a418f02875560f5b2dc2ed719
b5b2bc34
1 parent
b9024b52
fix:搜索异常
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
sight_harmony/features/wdComponent/src/main/ets/components/search/SearchComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/search/SearchComponent.ets
View file @
b5b2bc3
...
...
@@ -181,6 +181,11 @@ export struct SearchComponent {
trackSearchClick(this.fromTabName,content)
//赋值
this.searchText = content
if(StringUtils.isNotEmpty(this.searchText)){
this.hasInputContent = true
}
//保存搜索记录
SearcherAboutDataModel.putSearchHistoryData(this.searchText)
//获取搜索记录
...
...
Please
register
or
login
to post a comment