王士厅

视频适配

@@ -46,10 +46,10 @@ export struct VideoChannelPage { @@ -46,10 +46,10 @@ export struct VideoChannelPage {
46 if (this.currentTopNavSelectedIndex === 0 && this.currentBottomNavInfo?.name === '视频') { 46 if (this.currentTopNavSelectedIndex === 0 && this.currentBottomNavInfo?.name === '视频') {
47 console.error('setBarBackgroundColor', '黑色') 47 console.error('setBarBackgroundColor', '黑色')
48 this.barBackgroundColor = Color.Black 48 this.barBackgroundColor = Color.Black
49 - // this.isImmersive = true 49 + this.isImmersive = true
50 } else { 50 } else {
51 this.barBackgroundColor = Color.White 51 this.barBackgroundColor = Color.White
52 - // this.isImmersive = false 52 + this.isImmersive = false
53 console.error('setBarBackgroundColor', '白色') 53 console.error('setBarBackgroundColor', '白色')
54 } 54 }
55 } 55 }