pages/index/index.vue
@@ -37,7 +37,6 @@ //等待登录成功 await this.$onLaunched this.token = uni.getStorageSync('tonken') console.log('indextoken', this.token) this.loading = false this.getData() uni.$on('currIndex', data => { @@ -50,7 +49,6 @@ }, methods: { getData() { console.log('indextokengetContaminateList') this.$refs.agencyPage.getContaminateList() }, handleChangeTabe(index) {