quanyawei
2023-11-08 e49e0e98c6776900bc3578ed2fe880bfceeb1c2c
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) {