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
liyubing
2024-06-21 17:07:27 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c7aeea8c5af4cb38ba665a2aca1d1da0853b7f82
c7aeea8c
1 parent
42eeee9b
fix:1)无网络进入直播预告和直播列表页,无网络缺省图未居中
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
3 deletions
sight_harmony/features/wdComponent/src/main/ets/components/page/LiveMorePage.ets
sight_harmony/features/wdComponent/src/main/ets/components/page/template/TemplatePageComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/page/LiveMorePage.ets
View file @
c7aeea8
...
...
@@ -12,7 +12,7 @@ struct LiveMorePage {
@State topSafeHeight: number = AppStorage.get<number>('topSafeHeight') as number;
@
Provid
e bottomSafeHeight: number = AppStorage.get<number>('bottomSafeHeight') || 0
@
Stat
e bottomSafeHeight: number = AppStorage.get<number>('bottomSafeHeight') || 0
title: string = '直播列表'
...
...
sight_harmony/features/wdComponent/src/main/ets/components/page/template/TemplatePageComponent.ets
View file @
c7aeea8
...
...
@@ -31,7 +31,6 @@ export default struct TemplatePageComponent {
// 滚动
private templateScroller: Scroller = new Scroller()
@Consume bottomSafeHeight:number
//识别不同页面的业务类型
pageDataSourceType: string = ''
...
...
@@ -109,7 +108,6 @@ export default struct TemplatePageComponent {
this.requestPageData()
}
})
// Column().backgroundColor(Color.Blue).width('100%').height('100%').margin({bottom:px2vp(this.bottomSafeHeight)})
}
}
...
...
Please
register
or
login
to post a comment