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(); - }); + };