yangchenggong1_wd

fix:隐藏卡片和创作者,隐藏搜索状态导航

@@ -62,13 +62,15 @@ export struct MinePageComponent { @@ -62,13 +62,15 @@ export struct MinePageComponent {
62 //Grid 区域 62 //Grid 区域
63 MinePagePersonFunctionUI({personalData:$personalData}) 63 MinePagePersonFunctionUI({personalData:$personalData})
64 //Card 64 //Card
65 - MinePageCardUI() 65 + // MinePageCardUI()
66 //创作者区域 66 //创作者区域
67 67
68 - MinePageCreatorFunctionUI({creatorData:$creatorData}) 68 + // MinePageCreatorFunctionUI({creatorData:$creatorData})
69 //更多功能 69 //更多功能
70 MinePageMoreFunctionUI({moreData:$moreData}) 70 MinePageMoreFunctionUI({moreData:$moreData})
71 }.width('100%') 71 }.width('100%')
  72 + .height('100%')
  73 + .justifyContent(FlexAlign.Start)
72 } 74 }
73 75
74 @Styles setFullWidthAndHeight(){ 76 @Styles setFullWidthAndHeight(){
@@ -64,13 +64,15 @@ export struct MinePageComponent { @@ -64,13 +64,15 @@ export struct MinePageComponent {
64 //Grid 区域 64 //Grid 区域
65 MinePagePersonFunctionUI({personalData:$personalData,isLogin:this.isLogin}) 65 MinePagePersonFunctionUI({personalData:$personalData,isLogin:this.isLogin})
66 //Card 66 //Card
67 - MinePageCardUI() 67 + //MinePageCardUI()
68 //创作者区域 68 //创作者区域
69 69
70 - MinePageCreatorFunctionUI({creatorData:$creatorData}) 70 + //MinePageCreatorFunctionUI({creatorData:$creatorData})
71 //更多功能 71 //更多功能
72 MinePageMoreFunctionUI({moreData:$moreData}) 72 MinePageMoreFunctionUI({moreData:$moreData})
73 }.width('100%') 73 }.width('100%')
  74 + .height('100%')
  75 + .justifyContent(FlexAlign.Start)
74 } 76 }
75 77
76 @Styles setFullWidthAndHeight(){ 78 @Styles setFullWidthAndHeight(){
@@ -172,6 +172,7 @@ export struct TopNavigationComponent { @@ -172,6 +172,7 @@ export struct TopNavigationComponent {
172 .width('100%') 172 .width('100%')
173 .justifyContent(FlexAlign.End) 173 .justifyContent(FlexAlign.End)
174 .backgroundColor($r('app.color.white')) 174 .backgroundColor($r('app.color.white'))
  175 + .visibility(this._currentNavIndex == 0 ? Visibility.Visible : Visibility.None)
175 176
176 // 频道分类list 177 // 频道分类list
177 Stack({ alignContent: Alignment.TopEnd }) { 178 Stack({ alignContent: Alignment.TopEnd }) {