wangliang_wd

feat:优化关注列表展示

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