perf: safely optimize list loading

This commit is contained in:
jxxghp
2026-05-15 23:15:14 +08:00
parent 7114c63e8f
commit 587f06eb9f
7 changed files with 59 additions and 4 deletions

View File

@@ -110,6 +110,7 @@ async function fetchData({ done }: { done: any }) {
page.value++
// 返回加载成功
done('ok')
await nextTick()
}
} else {
// 设置加载中