wangliang_wd

feat:增加人民号组件背景,防止跳转时UI错乱

... ... @@ -67,6 +67,7 @@ struct PeopleShipHomePage {
build() {
Column(){
if(this.isConnectNetwork){
if (this.isHasHomePage){
Stack({ alignContent: Alignment.Top }) {
... ... @@ -170,6 +171,10 @@ struct PeopleShipHomePage {
}.width("100%")
.height("100%")
}
}.width("100%")
.height("100%")
.backgroundColor(Color.White)
}
@Builder peopleHomeTitleTransparent() {
... ...