chenquansheng

fix |> temp

... ... @@ -56,7 +56,7 @@ export struct Card5Component {
)
.height(this.loadImg ? '' : 114)
.autoResize(true)
if (!!this.titleShowPolicy || this.titleShowPolicy === null || this.titleShowPolicy == '' ) {
if (!!this.titleShowPolicy || this.titleShowPolicy === null) {
Row()
.borderRadius(
{
... ...