|
|
@@ -159,16 +159,16 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
mounted() {
|
|
|
- if ('1' !== window.localStorage.getItem('AppSplash')) {
|
|
|
- this.showSplash = true;
|
|
|
- window.localStorage.setItem('AppSplash', '1');
|
|
|
- } else {
|
|
|
- if (window.cordova && StatusBar) {
|
|
|
- StatusBar.styleDefault();
|
|
|
- }
|
|
|
- this.getCard();
|
|
|
- }
|
|
|
this.routeName = this.$route.name;
|
|
|
+ // if ('1' !== window.localStorage.getItem('AppSplash')) {
|
|
|
+ // this.showSplash = true;
|
|
|
+ // window.localStorage.setItem('AppSplash', '1');
|
|
|
+ // } else {
|
|
|
+ // if (window.cordova && StatusBar) {
|
|
|
+ // StatusBar.styleDefault();
|
|
|
+ // }
|
|
|
+ // this.getCard();
|
|
|
+ // }
|
|
|
},
|
|
|
methods: {
|
|
|
getCard() {
|