陈剑华

fix: 20394 频道中引用 常规专题【文章专题-头图卡】并上线后,客户端展示缺少标题和专题标识

... ... @@ -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)
... ...