🐛 修复 authKey 获取失败后无限加载

This commit is contained in:
目棃
2024-02-01 11:34:23 +08:00
parent ac25685fbd
commit 24fc93b34b

View File

@@ -146,6 +146,7 @@ async function confirmRefresh(): Promise<void> {
await TGLogger.Error(
`[UserGacha][${account.gameUid}][confirmRefresh] ${authkeyRes.retcode} ${authkeyRes.message}`,
);
loading.value = false;
return;
}
loadingTitle.value = "正在刷新新手祈愿数据";