diff --git a/src/pages/common/PostForum.vue b/src/pages/common/PostForum.vue index d24724f0..9107979f 100644 --- a/src/pages/common/PostForum.vue +++ b/src/pages/common/PostForum.vue @@ -150,6 +150,7 @@ const postRaw = shallowRef({ isLast: false, lastId: "", total: 0 }); const posts = shallowRef>([]); onMounted(async () => { + await showLoading.start("正在加载帖子数据"); await loadForums(); if (gid && typeof gid === "string") curGid.value = Number(gid); if (forum && typeof forum === "string") {