fix: 국가 베팅장에서 화면 이동 시에도 예전 기록이 남는 버그 수정

This commit is contained in:
2022-04-13 02:04:00 +09:00
parent fe4d095f21
commit 9b54b2b57d
+1
View File
@@ -287,6 +287,7 @@ async function loadBetting(bettingID: number) {
bettingDetailInfo.value = result;
info.value = result.bettingInfo;
typeMap.value.clear();
partialBet.value.clear();
const betSort = new Map<string, number>();