Showing
3 changed files
with
4 additions
and
4 deletions
| @@ -222,7 +222,7 @@ export class ProcessUtils { | @@ -222,7 +222,7 @@ export class ProcessUtils { | ||
| 222 | ProcessUtils.gotoThemeListPage(content) | 222 | ProcessUtils.gotoThemeListPage(content) |
| 223 | break; | 223 | break; |
| 224 | default: | 224 | default: |
| 225 | - ToastUtils.shortToast('敬请期待') | 225 | + ToastUtils.shortToast('敬请期待') |
| 226 | break; | 226 | break; |
| 227 | } | 227 | } |
| 228 | } | 228 | } |
| @@ -96,7 +96,7 @@ export struct ENewspaperItemComponent { | @@ -96,7 +96,7 @@ export struct ENewspaperItemComponent { | ||
| 96 | } | 96 | } |
| 97 | if (event.type === TouchType.Up) { | 97 | if (event.type === TouchType.Up) { |
| 98 | this.context.clearRect(0, 0, this.context.width, this.context.height) | 98 | this.context.clearRect(0, 0, this.context.width, this.context.height) |
| 99 | - if (this.itemBeanClicked != null && this.itemBeanClicked.newsId != 0) { | 99 | + if (this.itemBeanClicked != null && this.itemBeanClicked.newsId != 0 && this.itemBeanClicked.newsType ) { |
| 100 | //公共跳转 | 100 | //公共跳转 |
| 101 | let content: ContentDTO = { | 101 | let content: ContentDTO = { |
| 102 | objectId: this.itemBeanClicked.newsId + '', | 102 | objectId: this.itemBeanClicked.newsId + '', |
| @@ -54,12 +54,12 @@ export struct VideoChannelPage { | @@ -54,12 +54,12 @@ export struct VideoChannelPage { | ||
| 54 | */ | 54 | */ |
| 55 | setBarBackgroundColor() { | 55 | setBarBackgroundColor() { |
| 56 | 56 | ||
| 57 | - Logger.debug('setBarBackgroundColor','setBarBackgroundColor '+this.navItem.name+' '+this.navItem.statusBarColor) | 57 | + //Logger.debug('setBarBackgroundColor','setBarBackgroundColor '+this.navItem.name+' '+this.navItem.statusBarColor) |
| 58 | 58 | ||
| 59 | if (this.currentTopNavSelectedIndex === 0 && CompUtils.isVideo(this.currentBottomNavInfo)) { | 59 | if (this.currentTopNavSelectedIndex === 0 && CompUtils.isVideo(this.currentBottomNavInfo)) { |
| 60 | this.barBackgroundColor = Color.Black | 60 | this.barBackgroundColor = Color.Black |
| 61 | this.isImmersive = true | 61 | this.isImmersive = true |
| 62 | - this.changeTopStatusBarColor(0) | 62 | + this.changeTopStatusBarColor(0)// 沉浸页面顶部导航栏颜色固定黑色 |
| 63 | } else { | 63 | } else { |
| 64 | this.isImmersive = false | 64 | this.isImmersive = false |
| 65 | this.barBackgroundColor = Color.White | 65 | this.barBackgroundColor = Color.White |
-
Please register or login to post a comment