From 1e71dd86f6d0c4fc7e5143600d4bc4b50992a2a7 Mon Sep 17 00:00:00 2001 From: quanyawei <401863037@qq.com> Date: Thu, 04 Jul 2024 14:51:28 +0800 Subject: [PATCH] fix: 高德密钥修改 --- pages/index/index.vue | 14 +++++++++++--- 1 files changed, 11 insertions(+), 3 deletions(-) diff --git a/pages/index/index.vue b/pages/index/index.vue index 0c2d839..07d33a8 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -36,6 +36,10 @@ this.currIndex = '0' this.showTabBar = true }, + onReachBottom() { + //������������������������������������������ + this.$refs.agencyPage.onBottom() + }, mounted() { //������������������ this.token = uni.getStorageSync('tonken') @@ -45,14 +49,14 @@ 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() { console.log('������������') - this.$refs.agencyPage.getContaminateList() + this.$refs.agencyPage.setData() }, handleChangeTabe(index) { if (index === 2) { @@ -78,4 +82,8 @@ } } </script> -<style></style> \ No newline at end of file +<style> + .newIndex { + width: calc(100vw); + } +</style> \ No newline at end of file -- Gitblit v1.8.0