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-05 17:34:58 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0027ac5b762e5683f23707d7e605d7fb9cec1d9f
0027ac5b
1 parent
cdc9863e
fix:
1)进入视频直播,直播tab 留白距离比较大,看图
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
6 deletions
sight_harmony/features/wdComponent/src/main/ets/components/CompParser.ets
sight_harmony/products/phone/src/main/ets/pages/view/VideoChannelPage.ets
sight_harmony/features/wdComponent/src/main/ets/components/CompParser.ets
View file @
0027ac5
...
...
@@ -45,8 +45,6 @@ export struct CompParser {
aboutToAppear(): void {
console.log('CompParser-compDTO', JSON.stringify(this.compDTO))
this.pageName = this.pageModel.pageInfo.name
// 轮播图屏蔽音频类型稿件
...
...
@@ -81,8 +79,6 @@ export struct CompParser {
@Builder
componentBuilder() {
//CardParser({ contentDTO: this.compDTO.operDataList[0], compDTO:this.compDTO })
if (this.compDTO.operDataList[0]?.objectType !== '3' &&
this.compDTO.operDataList[0]?.objectType !== '13') { //暂时屏蔽活动和音频详情入口
if (this.compDTO.compStyle === CompStyle.Label_03) {
...
...
sight_harmony/products/phone/src/main/ets/pages/view/VideoChannelPage.ets
View file @
0027ac5
...
...
@@ -125,7 +125,6 @@ export struct VideoChannelPage {
}, (item: TopNavDTO) => item.channelId + '')
}
.width('100%')
.justifyContent(FlexAlign.Center)
// 搜索按钮
...
...
@@ -182,7 +181,7 @@ export struct VideoChannelPage {
channelId: item.channelId + '',
autoRefresh: this.autoRefresh
})
.padding({ top: px2vp(this.topSafeHeight) +
55
})
.padding({ top: px2vp(this.topSafeHeight) +
44
})
.backgroundColor(Color.White)
}
}, (item: TopNavDTO) => item.channelId + '')
...
...
Please
register
or
login
to post a comment