王士厅
@@ -56,7 +56,7 @@ export struct Card5Component { @@ -56,7 +56,7 @@ export struct Card5Component {
56 ) 56 )
57 .height(this.loadImg ? '' : 114) 57 .height(this.loadImg ? '' : 114)
58 .autoResize(true) 58 .autoResize(true)
59 - if (!!this.titleShowPolicy || this.titleShowPolicy === null || this.titleShowPolicy == '' ) { 59 + if (!!this.titleShowPolicy || this.titleShowPolicy === null) {
60 Row() 60 Row()
61 .borderRadius( 61 .borderRadius(
62 { 62 {