mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-07-27 00:38:13 +08:00
perf: safely optimize list loading
This commit is contained in:
@@ -110,6 +110,7 @@ async function fetchData({ done }: { done: any }) {
|
||||
page.value++
|
||||
// 返回加载成功
|
||||
done('ok')
|
||||
await nextTick()
|
||||
}
|
||||
} else {
|
||||
// 设置加载中
|
||||
|
||||
Reference in New Issue
Block a user