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-14 18:39:42 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
007d8696170d2d9a1646fd21ce51f197a1b9dc04
007d8696
1 parent
c050094f
desc:屏蔽活动修复
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
sight_harmony/features/wdComponent/src/main/ets/components/search/SearchResultComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/search/SearchResultContentComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/search/SearchResultComponent.ets
View file @
007d869
...
...
@@ -40,7 +40,7 @@ export struct SearchResultComponent {
SearcherAboutDataModel.getSearchSuggestData(request, getContext(this)).then((value) => {
value.forEach((item) => {
if(item.
appStyl
e != "13"){
if(item.
objectTyp
e != "13"){
this.data.push(item)
}
})
...
...
sight_harmony/features/wdComponent/src/main/ets/components/search/SearchResultContentComponent.ets
View file @
007d869
...
...
@@ -185,7 +185,7 @@ export struct SearchResultContentComponent {
}
let contentDTO = this.dataTransform(value, photos);
if
(contentDTO.appStyle != "13")
{
if
(value.data.type != "13")
{
this.data.push(contentDTO)
}
...
...
Please
register
or
login
to post a comment