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
王士厅
2024-06-05 14:32:12 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
cf49b95e26b1374389eeef8802fab20dc11585d1
cf49b95e
1 parent
d82a9220
视频适配
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
sight_harmony/products/phone/src/main/ets/pages/view/VideoChannelPage.ets
sight_harmony/products/phone/src/main/ets/pages/view/VideoChannelPage.ets
View file @
cf49b95
...
...
@@ -46,10 +46,10 @@ export struct VideoChannelPage {
if (this.currentTopNavSelectedIndex === 0 && this.currentBottomNavInfo?.name === '视频') {
console.error('setBarBackgroundColor', '黑色')
this.barBackgroundColor = Color.Black
//
this.isImmersive = true
this.isImmersive = true
} else {
this.barBackgroundColor = Color.White
//
this.isImmersive = false
this.isImmersive = false
console.error('setBarBackgroundColor', '白色')
}
}
...
...
Please
register
or
login
to post a comment