From 105d1e8d9225c1000c53b924bd9a3ae076f64d09 Mon Sep 17 00:00:00 2001 From: quanyawei <401863037@qq.com> Date: Thu, 16 Nov 2023 15:55:53 +0800 Subject: [PATCH] fix:添加已作废 --- pages/index/index.vue | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/pages/index/index.vue b/pages/index/index.vue index 4b86e55..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') -- Gitblit v1.8.0