fix: 국가 베팅장에서 화면 이동 시에도 예전 기록이 남는 버그 수정
This commit is contained in:
@@ -287,6 +287,7 @@ async function loadBetting(bettingID: number) {
|
|||||||
bettingDetailInfo.value = result;
|
bettingDetailInfo.value = result;
|
||||||
info.value = result.bettingInfo;
|
info.value = result.bettingInfo;
|
||||||
|
|
||||||
|
typeMap.value.clear();
|
||||||
partialBet.value.clear();
|
partialBet.value.clear();
|
||||||
|
|
||||||
const betSort = new Map<string, number>();
|
const betSort = new Map<string, number>();
|
||||||
|
|||||||
Reference in New Issue
Block a user