mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-02-21 22:41:05 +08:00
feat: 时序问题修正
This commit is contained in:
@@ -545,6 +545,7 @@ export default {
|
||||
if (res.ok) {
|
||||
const data = await res.json()
|
||||
comments.value = data.map(mapComment)
|
||||
isFetchingComments.value = false
|
||||
await nextTick()
|
||||
gatherPostItems()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user