app/pages/guide-page/guide-page.vue
@@ -49,9 +49,7 @@ if (res.code === 200 && res.data) { this.guideList = res.data; } }).catch(err => { console.log('获取轮播图失败', err); }); }) }, jump() { if (!this.token) { @@ -70,6 +68,7 @@ url: '/pages/login/login' }) } uni.$emit('loginSuccessStartLocationPolling'); }) } }