fix(game-ui): 천통국 베팅 금액 초안을 유지

This commit is contained in:
2026-08-29 03:31:00 +00:00
parent 20a2812d65
commit 71ee529d35
4 changed files with 119 additions and 1 deletions
@@ -274,7 +274,6 @@ const loadDetail = async (bettingId: number, resetSelection = true) => {
detail.value = await bettingApi.getDetail.query({ bettingId });
if (resetSelection) {
selectedCandidates.value = [];
amount.value = 0;
}
} catch (error) {
errorMessage.value = getErrorMessage(error);