解决上滑加载的问题
This commit is contained in:
parent
1e06cc5f2e
commit
d7a95ea1b1
@ -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,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user