liyubing

Merge remote-tracking branch 'origin/main'

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