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-05-23 17:53:46 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f28b818148b5f54bbddeb165286edd60ab8e1ef6
f28b8181
1 parent
6eac2dcd
fix(18056):号主-动态,只有动态图片时,不应展示null,见截图
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/Card19Component.ets
sight_harmony/features/wdComponent/src/main/ets/components/cardview/Card19Component.ets
View file @
f28b818
...
...
@@ -52,7 +52,7 @@ export struct Card19Component {
.fontColor(0xED2800)
Span(this.str03)
} else {
Span(this.contentDTO.newsTitle)
Span(this.contentDTO.newsTitle
=='null'?"":this.contentDTO.newsTitle
)
}
}
.fontSize($r('app.float.font_size_18'))
...
...
Please
register
or
login
to post a comment