Showing
1 changed file
with
2 additions
and
0 deletions
| @@ -159,6 +159,7 @@ export struct DetailPlayLiveCommon { | @@ -159,6 +159,7 @@ export struct DetailPlayLiveCommon { | ||
| 159 | } | 159 | } |
| 160 | 160 | ||
| 161 | onPageHide() { | 161 | onPageHide() { |
| 162 | + WindowModel.shared.setWindowSystemBarProperties({ statusBarContentColor: '#000000'}) | ||
| 162 | this.pageHide = Math.random() | 163 | this.pageHide = Math.random() |
| 163 | Logger.info(TAG, 'onPageHide') | 164 | Logger.info(TAG, 'onPageHide') |
| 164 | //页面浏览 | 165 | //页面浏览 |
| @@ -169,6 +170,7 @@ export struct DetailPlayLiveCommon { | @@ -169,6 +170,7 @@ export struct DetailPlayLiveCommon { | ||
| 169 | } | 170 | } |
| 170 | 171 | ||
| 171 | onBackPress(): boolean | void { | 172 | onBackPress(): boolean | void { |
| 173 | + | ||
| 172 | this.pageBackPress = Math.random() | 174 | this.pageBackPress = Math.random() |
| 173 | Logger.info(TAG, 'onBackPress') | 175 | Logger.info(TAG, 'onBackPress') |
| 174 | return true | 176 | return true |
-
Please register or login to post a comment