diff --git a/api/modules/login.js b/api/modules/login.js index c15069a..2df98bc 100644 --- a/api/modules/login.js +++ b/api/modules/login.js @@ -17,6 +17,7 @@ export default { url: '/login/wxLogin', method: 'POST', data, + throttle : 200, // header: { // 'Content-Type': 'application/x-www-form-urlencoded' // }, diff --git a/pages/components/SplashScreen.vue b/pages/components/SplashScreen.vue index 7d4e166..c70a222 100644 --- a/pages/components/SplashScreen.vue +++ b/pages/components/SplashScreen.vue @@ -73,7 +73,9 @@ export default { mounted() { this.initSplash() - uni.hideTabBar() + if(!this.hasShownSplash()){ + uni.hideTabBar() + } }, beforeDestroy() { this.clearTimer()