From 4b9ef94741fe30125d65aa60f85777f959c7ab25 Mon Sep 17 00:00:00 2001 From: 18602180658 Date: Wed, 1 Jan 2025 02:25:48 +0800 Subject: [PATCH] =?UTF-8?q?fix=20bug:=20=E5=AD=90=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E5=86=85=E4=B8=8D=E5=BA=94=E8=AF=A5=E7=94=A8=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E7=9A=84onReachBottom=E3=80=82=E5=AF=BC=E8=87=B4=E5=B0=8F?= =?UTF-8?q?=E7=A8=8B=E5=BA=8F=E4=B8=8B=E6=97=A0=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/category.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pages/index/category.vue b/pages/index/category.vue index 07a05204..f316b6aa 100644 --- a/pages/index/category.vue +++ b/pages/index/category.vue @@ -23,6 +23,7 @@ scroll-y :style="[{ height: pageHeight + 'px' }]" v-if="state.categoryList?.length" + @scrolltolower="handleScrollToLower" > { + function handleScrollToLower() { loadMore(); - }); + };