liyubing

fix:

1)进入视频直播,直播tab 留白距离比较大,看图
@@ -45,8 +45,6 @@ export struct CompParser { @@ -45,8 +45,6 @@ export struct CompParser {
45 45
46 aboutToAppear(): void { 46 aboutToAppear(): void {
47 47
48 -  
49 -  
50 console.log('CompParser-compDTO', JSON.stringify(this.compDTO)) 48 console.log('CompParser-compDTO', JSON.stringify(this.compDTO))
51 this.pageName = this.pageModel.pageInfo.name 49 this.pageName = this.pageModel.pageInfo.name
52 // 轮播图屏蔽音频类型稿件 50 // 轮播图屏蔽音频类型稿件
@@ -81,8 +79,6 @@ export struct CompParser { @@ -81,8 +79,6 @@ export struct CompParser {
81 @Builder 79 @Builder
82 componentBuilder() { 80 componentBuilder() {
83 81
84 - //CardParser({ contentDTO: this.compDTO.operDataList[0], compDTO:this.compDTO })  
85 -  
86 if (this.compDTO.operDataList[0]?.objectType !== '3' && 82 if (this.compDTO.operDataList[0]?.objectType !== '3' &&
87 this.compDTO.operDataList[0]?.objectType !== '13') { //暂时屏蔽活动和音频详情入口 83 this.compDTO.operDataList[0]?.objectType !== '13') { //暂时屏蔽活动和音频详情入口
88 if (this.compDTO.compStyle === CompStyle.Label_03) { 84 if (this.compDTO.compStyle === CompStyle.Label_03) {
@@ -125,7 +125,6 @@ export struct VideoChannelPage { @@ -125,7 +125,6 @@ export struct VideoChannelPage {
125 }, (item: TopNavDTO) => item.channelId + '') 125 }, (item: TopNavDTO) => item.channelId + '')
126 } 126 }
127 .width('100%') 127 .width('100%')
128 -  
129 .justifyContent(FlexAlign.Center) 128 .justifyContent(FlexAlign.Center)
130 129
131 // 搜索按钮 130 // 搜索按钮
@@ -182,7 +181,7 @@ export struct VideoChannelPage { @@ -182,7 +181,7 @@ export struct VideoChannelPage {
182 channelId: item.channelId + '', 181 channelId: item.channelId + '',
183 autoRefresh: this.autoRefresh 182 autoRefresh: this.autoRefresh
184 }) 183 })
185 - .padding({ top: px2vp(this.topSafeHeight) + 55 }) 184 + .padding({ top: px2vp(this.topSafeHeight) + 44 })
186 .backgroundColor(Color.White) 185 .backgroundColor(Color.White)
187 } 186 }
188 }, (item: TopNavDTO) => item.channelId + '') 187 }, (item: TopNavDTO) => item.channelId + '')