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-09-19 10:26:52 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f01caa8b0cd2735f302308696494a69ca226b15b
f01caa8b
1 parent
fb86ae50
fix: 20394 频道中引用 常规专题【文章专题-头图卡】并上线后,客户端展示缺少标题和专题标识
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 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 @
f01caa8
...
...
@@ -68,7 +68,7 @@ export struct Card5Component {
.borderColor($r('app.color.color_0D000000'))
.height(this.loadImg ? '' : 114)
.autoResize(true)
if (this.
titleShowPolicy
== 1) {
if (this.
contentDTO.titleShow
== 1) {
Row()
.borderRadius(
{
...
...
@@ -87,7 +87,7 @@ export struct Card5Component {
})
Row() {
if (this.
titleShowPolicy
== 1 && this.contentDTO.newsTitle) {
if (this.
contentDTO.titleShow
== 1 && this.contentDTO.newsTitle) {
Stack() {
if(this.contentDTO.objectType == '5'){
Notes({ objectType: this.contentDTO.objectType,objectLevel:this.contentDTO.objectLevel }).height(20).align(Alignment.Center)
...
...
Please
register
or
login
to post a comment