|
|
@@ -367,6 +367,10 @@ export default {
|
|
|
this.$nextTick(() => {
|
|
|
this.changeScroll(this.scrollTop);
|
|
|
});
|
|
|
+ if (window.cordova && StatusBar && StatusBar.isVisible) {
|
|
|
+ StatusBar.backgroundColorByHexString('#222426');
|
|
|
+ StatusBar.styleLightContent();
|
|
|
+ }
|
|
|
},
|
|
|
beforeRouteLeave(to, from, next) {
|
|
|
if (!to.meta.menuPage) {
|