解决上滑加载的问题

This commit is contained in:
wangdongbo 2026-02-10 17:01:16 +08:00
parent 1e06cc5f2e
commit d7a95ea1b1

View File

@ -761,7 +761,6 @@ const onScroll = throttle((e) => {
// //
const handleScrollToUpper = async () => { const handleScrollToUpper = async () => {
console.log("【handleScrollToUpper】触发上滑事件准备加载更多"); console.log("【handleScrollToUpper】触发上滑事件准备加载更多");
return;
console.log( console.log(
" 当前状态: isLoadingMore=", " 当前状态: isLoadingMore=",
isLoadingMore.value, isLoadingMore.value,