Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -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 | { |
-
Please register or login to post a comment