陈剑华

feat: 20768 搜索-“余华英重审开庭”,搜索结果中存在稿件未展示标题。

... ... @@ -44,7 +44,7 @@ export struct SearchContentComponent {
//body
Column() {
//新闻标题
Text(this.contentDTO.newsTitle)
Text(this.contentDTO.newsTitle || this.contentDTO.title)
.fontSize($r('app.float.font_size_18'))
.fontColor(this.clicked ? 0x848484 : $r('app.color.color_222222'))
.maxLines(3)
... ...