mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-03-16 04:03:17 +08:00
🚸 调整加载顺序
This commit is contained in:
@@ -193,7 +193,7 @@ onMounted(async () => {
|
||||
watch(
|
||||
() => isReachBottom.value,
|
||||
async () => {
|
||||
if (!isReachBottom.value) return;
|
||||
if (!isReachBottom.value || !firstLoad.value) return;
|
||||
await loadMore();
|
||||
},
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user