🚸 隐藏刷新后的loading关闭

This commit is contained in:
BTMuli
2025-09-15 17:50:16 +08:00
parent ee92af0f73
commit 8b0b5cde28

View File

@@ -292,7 +292,7 @@ async function refreshChallenge(): Promise<void> {
await TSUserChallenge.saveChallenge(account.value.gameUid, challenge);
}
isReq.value = false;
await showLoading.end();
// await showLoading.end();
uidCur.value = account.value.gameUid;
await reloadChallenge();
}