diff --git a/pages/home/index.vue b/pages/home/index.vue index 48bef8f..014e24a 100644 --- a/pages/home/index.vue +++ b/pages/home/index.vue @@ -147,7 +147,7 @@ export default { onLoad() { let that = this; that.navInfo = that.G.getNavInfo(); - + that.tabInfo.active = 0; // #ifdef MP-WEIXIN // this.searchAnimate(); // #endif @@ -275,7 +275,6 @@ export default { computed: {}, onShow() { let that = this; - that.tabInfo.active = 0; that.isLogin = uni.getStorageSync("apply-token"); if (!that.isLogin) {