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