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-11 17:30:42 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d958be5e507abe624500c8ad4f181b8c8e3adc03
d958be5e
1 parent
7567863a
fix:bug[16754] 【uat】搜索结果中活动需要屏蔽。
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 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 @
d958be5
...
...
@@ -323,9 +323,10 @@ export struct SearchComponent {
if(value.videoTotal!=0){
this.count.push("视频")
}
if(value.activityTotal!=0){
this.count.push("活动")
}
//屏蔽活动
// if(value.activityTotal!=0){
// this.count.push("活动")
// }
}
this.isGetRequest = true
this.resetSearch()
...
...
Please
register
or
login
to post a comment