yangchenggong1_wd

fix:bug[17032] 功能缺陷---第一次进入号主信息后如果未能加载到视频封面图后续不会自动加载资源

... ... @@ -56,7 +56,7 @@ struct PeopleShipHomePage {
.height(px2vp(this.topSafeHeight))
.width("100%")
.backgroundColor($r('app.color.white'))
.visibility(this.attentionOpacity ? 1 : 0)
.visibility(this.topOpacity > 0 ? Visibility.Visible : Visibility.None)
.opacity(this.topOpacity )
.expandSafeArea([SafeAreaType.SYSTEM], [SafeAreaEdge.TOP])
}
... ...
... ... @@ -97,6 +97,7 @@ export struct PeopleShipHomeArticleListComponent {
}
}
}
.cachedCount(4)
.backgroundColor(Color.Transparent)
.width("100%")
.height("100%")
... ...