|
|
@@ -186,6 +186,13 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
mounted() {
|
|
|
+ // eslint-disable-next-line no-undef
|
|
|
+ if (window.cordova && StatusBar) {
|
|
|
+ // eslint-disable-next-line no-undef
|
|
|
+ StatusBar.backgroundColorByHexString('#181818');
|
|
|
+ // eslint-disable-next-line no-undef
|
|
|
+ StatusBar.styleLightContent();
|
|
|
+ }
|
|
|
this.$nextTick(() => {
|
|
|
this.stiky = this.$refs.top.$el.childNodes[0];
|
|
|
this.$el.parentNode.childNodes[1].style.backgroundColor = '#131313';
|