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
wangyong_wd
2024-04-20 09:33:37 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
407adfda43563b8c3e01a7156e0a422295712586
407adfda
1 parent
da741f38
fix:bug_133 desc:头图卡标题显示问题修复
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/Card5Component.ets
sight_harmony/features/wdComponent/src/main/ets/components/cardview/Card5Component.ets
View file @
407adfd
...
...
@@ -27,7 +27,7 @@ export struct Card5Component {
.width(CommonConstants.FULL_WIDTH)
.autoResize(true)
.borderRadius($r('app.float.image_border_radius'))
if (this.contentDTO.newsTitle) {
if (this.contentDTO.
titleShow === 1 && this.contentDTO.
newsTitle) {
Row()
.width(CommonConstants.FULL_WIDTH)
.height(59)
...
...
Please
register
or
login
to post a comment