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() {