fix: n차 혼합 베팅 보상 수령이 하나만 되는 버그 수정

This commit is contained in:
2022-02-05 07:43:28 +00:00
committed by Gitea
parent 6650cd2e41
commit 5b58e2efa5
4 changed files with 82 additions and 32 deletions
+1 -1
View File
@@ -95,7 +95,7 @@
:key="info.id"
@click="loadBetting(info.id)"
>
{{ info.name }}
[{{ parseYearMonth(info.openYearMonth)[0] }} {{ parseYearMonth(info.openYearMonth)[1] }}] {{ info.name }}
<span v-if="info.finished">(종료)</span>
<span
v-else-if="(yearMonth ?? 0) <= info.closeYearMonth"