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-27 18:23:21 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8225ae5393fe4cc2f7708a20e62106404e5a066c
8225ae53
1 parent
369596f0
feat:换肤
1)底部导航栏颜色修改
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
sight_harmony/commons/wdRouter/src/main/ets/utils/ProcessUtils.ets
sight_harmony/features/wdComponent/src/main/ets/components/ENewspaperItemComponent.ets
sight_harmony/products/phone/src/main/ets/pages/view/VideoChannelPage.ets
sight_harmony/commons/wdRouter/src/main/ets/utils/ProcessUtils.ets
View file @
8225ae5
sight_harmony/features/wdComponent/src/main/ets/components/ENewspaperItemComponent.ets
View file @
8225ae5
...
...
@@ -96,7 +96,7 @@ export struct ENewspaperItemComponent {
}
if (event.type === TouchType.Up) {
this.context.clearRect(0, 0, this.context.width, this.context.height)
if (this.itemBeanClicked != null && this.itemBeanClicked.newsId != 0) {
if (this.itemBeanClicked != null && this.itemBeanClicked.newsId != 0
&& this.itemBeanClicked.newsType
) {
//公共跳转
let content: ContentDTO = {
objectId: this.itemBeanClicked.newsId + '',
...
...
sight_harmony/products/phone/src/main/ets/pages/view/VideoChannelPage.ets
View file @
8225ae5
...
...
@@ -54,12 +54,12 @@ export struct VideoChannelPage {
*/
setBarBackgroundColor() {
Logger.debug('setBarBackgroundColor','setBarBackgroundColor '+this.navItem.name+' '+this.navItem.statusBarColor)
//
Logger.debug('setBarBackgroundColor','setBarBackgroundColor '+this.navItem.name+' '+this.navItem.statusBarColor)
if (this.currentTopNavSelectedIndex === 0 && CompUtils.isVideo(this.currentBottomNavInfo)) {
this.barBackgroundColor = Color.Black
this.isImmersive = true
this.changeTopStatusBarColor(0)
this.changeTopStatusBarColor(0)
// 沉浸页面顶部导航栏颜色固定黑色
} else {
this.isImmersive = false
this.barBackgroundColor = Color.White
...
...
Please
register
or
login
to post a comment