陈剑华

fix: 20118 【生产环境】进入热点-查看卡片,多了专题 标签和“2024年中非合作论坛峰会”,ios 不展示,只展示图片

... ... @@ -66,7 +66,7 @@ export struct Card5Component {
)
.height(this.loadImg ? '' : 114)
.autoResize(true)
if (this.contentDTO.titleShow == 1 || this.contentDTO.titleShow == null) {
if (this.titleShowPolicy == 1) {
Row()
.borderRadius(
{
... ... @@ -85,6 +85,7 @@ export struct Card5Component {
})
Row() {
if (this.titleShowPolicy == 1 && this.contentDTO.newsTitle) {
Stack() {
if(this.contentDTO.objectType == '5'){
Notes({ objectType: this.contentDTO.objectType,objectLevel:this.contentDTO.objectLevel }).height(20).align(Alignment.Center)
... ... @@ -130,6 +131,7 @@ export struct Card5Component {
)
}.alignContent(Alignment.TopStart)
}
}
.justifyContent(FlexAlign.Start)
.margin({ left: 12, bottom: 10, right: 12 })
... ...