From bbd58dd21410b28e58795bc0862f81293f94502e Mon Sep 17 00:00:00 2001 From: raofuzi <2641346316@qq.com> Date: Mon, 22 Apr 2024 22:03:22 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9=E5=8A=A0=E8=BD=BD?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/worksheet/content/Content.vue | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/src/views/worksheet/content/Content.vue b/src/views/worksheet/content/Content.vue index aa1f714..c3d19dd 100644 --- a/src/views/worksheet/content/Content.vue +++ b/src/views/worksheet/content/Content.vue @@ -134,15 +134,6 @@ function reset() { } async function refreshHandler() { reset() - // 暂时注释 start - // useInfiniteScroll( - // el as any, - // () => { - // loadMore() - // }, - // { distance: 10, canLoadMore: () => canloadMore }, - // ) - // 暂时注释 end loadMore() setTimeout(() => { loadMore() @@ -153,7 +144,6 @@ async function refreshHandler() { useInfiniteScroll( el as any, () => { - console.log('加载更多lllllllllllllllll') loadMore() }, { distance: 10, canLoadMore: () => canloadMore }, @@ -165,14 +155,12 @@ async function refreshHandler() { useInfiniteScroll( el as any, () => { - console.log('加载更多lllllllllllllllll') loadMore() }, { distance: 10, canLoadMore: () => canloadMore }, ) async function loadMore() { - console.log('loading.value的加载更多', loading.value, el.value) if (loading.value || el.value == null) return @@ -180,7 +168,6 @@ async function loadMore() { listData.value.push(...more) loading.value = false isInitLoading.value++ - console.log('listData.value11111111111111111', listData.value, isInitLoading.value) } async function featchList() {