From 659d09ec24dab6c451220c8f3bb3943b0fdb3ba1 Mon Sep 17 00:00:00 2001
From: quanyawei <401863037@qq.com>
Date: Mon, 08 Jan 2024 16:16:12 +0800
Subject: [PATCH] fix:地图导航

---
 pages/index/index.vue |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/pages/index/index.vue b/pages/index/index.vue
index 0c2d839..0836458 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) {

--
Gitblit v1.8.0