Toggle navigation
Toggle navigation
This project
Loading...
Sign in
developOne
/
harmonyPool
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
wangliang_wd
2024-06-06 18:12:32 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
25ac52ab0aced4215df636ef8f684fdb1d4f5907
25ac52ab
1 parent
3ff8331c
feat:优化兴趣卡
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
sight_harmony/products/phone/src/main/ets/pages/launchPage/LaunchInterestsHobbiesPage.ets
sight_harmony/products/phone/src/main/ets/pages/launchPage/LaunchInterestsHobbiesPage.ets
View file @
25ac52a
...
...
@@ -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:'
8
4lpx'})
.margin({top:'
5
4lpx'})
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%')
...
...
Please
register
or
login
to post a comment