liyubing

Merge remote-tracking branch 'origin/main'

@@ -44,7 +44,7 @@ struct LaunchInterestsHobbiesPage { @@ -44,7 +44,7 @@ struct LaunchInterestsHobbiesPage {
44 .fontColor('#333333') 44 .fontColor('#333333')
45 .width('54lpx') 45 .width('54lpx')
46 .height('35lpx') 46 .height('35lpx')
47 - .margin({right:'46lpx'}) 47 + .margin({top:'30lpx',right:'46lpx'})
48 .onClick(()=>{ 48 .onClick(()=>{
49 //直接跳过到首页 49 //直接跳过到首页
50 //跳转首页 50 //跳转首页
@@ -64,7 +64,7 @@ struct LaunchInterestsHobbiesPage { @@ -64,7 +64,7 @@ struct LaunchInterestsHobbiesPage {
64 .fontColor('#333333') 64 .fontColor('#333333')
65 .width('100%') 65 .width('100%')
66 .height('61lpx') 66 .height('61lpx')
67 - .margin({top:'84lpx'}) 67 + .margin({top:'54lpx'})
68 Text('完善信息,将为您推荐个性化的内容') 68 Text('完善信息,将为您推荐个性化的内容')
69 .fontSize('27lpx') 69 .fontSize('27lpx')
70 .textAlign(TextAlign.Center) 70 .textAlign(TextAlign.Center)
@@ -76,6 +76,7 @@ struct LaunchInterestsHobbiesPage { @@ -76,6 +76,7 @@ struct LaunchInterestsHobbiesPage {
76 if(!this.isConnectNetwork){ 76 if(!this.isConnectNetwork){
77 EmptyComponent({ emptyType: 1,emptyHeight:"60%" ,retry: () => { 77 EmptyComponent({ emptyType: 1,emptyHeight:"60%" ,retry: () => {
78 this.isConnectNetwork = NetworkUtil.isNetConnected() 78 this.isConnectNetwork = NetworkUtil.isNetConnected()
  79 + this.requestInterestsData()
79 }}) 80 }})
80 .layoutWeight(1) 81 .layoutWeight(1)
81 .width('100%') 82 .width('100%')