🚸 调整loading

This commit is contained in:
目棃
2025-01-16 16:53:23 +08:00
parent 8e68ca36bb
commit 54b98c7efe

View File

@@ -150,6 +150,7 @@ const postRaw = shallowRef<PostRaw>({ isLast: false, lastId: "", total: 0 });
const posts = shallowRef<Array<TGApp.Plugins.Mys.Post.FullData>>([]);
onMounted(async () => {
await showLoading.start("正在加载帖子数据");
await loadForums();
if (gid && typeof gid === "string") curGid.value = Number(gid);
if (forum && typeof forum === "string") {