wangliang_wd

feat:优化关注列表展示

... ... @@ -150,7 +150,7 @@ export struct FollowChildComponent{
.alignItems(VerticalAlign.Top)
}
.height(105)
// .height(105)
.justifyContent(FlexAlign.Start)
Divider()
... ... @@ -158,6 +158,7 @@ export struct FollowChildComponent{
.height(1)
.color($r('app.color.color_F5F5F5'))
.strokeWidth(1)
.margin({top:10})
}.width('100%')
}else {
... ...
... ... @@ -42,7 +42,7 @@ struct PeopleShipHomePage {
@Provide @Watch('handleChangeAttentionStata') isLoadingAttention: boolean = false
//关注显示
@State attentionOpacity: boolean = false
@Provide topHeight: number = 190
@Provide topHeight: number = 195
@State isLoading: boolean = true
@State topSafeHeight: number = AppStorage.get<number>('topSafeHeight') || 0
@State isConnectNetwork : boolean = NetworkUtil.isNetConnected()
... ...