quanyawei
2023-11-15 6f922e8b81cacf9d6fd99ae7aeba06e8c6370e4f
pages/index/index.vue
@@ -27,29 +27,36 @@
         myInfor,
         tabBar
      },
      onLoad(option) {},
      async onLoad() {
         await this.$onLaunched
         this.getData()
      },
      onReady() {},
      onShow() {
         this.currIndex = '0'
         this.showTabBar = true
      },
      async mounted() {
      onReachBottom() {
         //这里是判断是否需要继续掉接口
         this.$refs.agencyPage.onBottom()
      },
      mounted() {
         //等待登录成功
         await this.$onLaunched
         this.token = uni.getStorageSync('tonken')
         console.log('已经进了index页面了', this.token)
         this.loading = false
         this.getData()
         uni.$on('currIndex', data => {
            console.log('currIndexOn', data)
            this.currIndex = data.data.index
            this.showTabBar = data.data.showTabBar
            this.$refs.agencyPage.getContaminateList()
            this.$refs.agencyPage.setData()
         })
         this.share.title = this.title
      },
      methods: {
         getData() {
            this.$refs.agencyPage.getContaminateList()
            console.log('获取数据')
            this.$refs.agencyPage.setData()
         },
         handleChangeTabe(index) {
            if (index === 2) {