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
陈剑华
2024-06-12 16:56:23 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1517594ce20d34846fad9fa08fd86b827a812438
1517594c
1 parent
5772a57f
fix: 18379 搜索结果页-未命中内容不该露出展示
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
sight_harmony/features/wdComponent/src/main/ets/components/cardview/SearchContentComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/cardview/SearchContentComponent.ets
View file @
1517594
...
...
@@ -34,7 +34,7 @@ export struct SearchContentComponent {
}
titleInit() {
const titleInitRes:titleInitRes = SearchShowRed.titleInit(this.contentDTO.
title
);
const titleInitRes:titleInitRes = SearchShowRed.titleInit(this.contentDTO.
contentText || ''
);
// this.titleMarked = titleInitRes.titleMarked;
this.textArr = titleInitRes.textArr;
}
...
...
Please
register
or
login
to post a comment