From e049508ab60049ce983154dae19f99de1ab77163 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9B=AE=E6=A3=83?= Date: Mon, 29 Jul 2024 14:59:15 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20=E8=B0=83=E6=95=B4=E6=8A=BD?= =?UTF-8?q?=E6=95=B0=E8=AE=A1=E7=AE=97=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/gachaRecord/gro-dataview.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/gachaRecord/gro-dataview.vue b/src/components/gachaRecord/gro-dataview.vue index 596840ff..5c067e41 100644 --- a/src/components/gachaRecord/gro-dataview.vue +++ b/src/components/gachaRecord/gro-dataview.vue @@ -125,7 +125,7 @@ function loadData(): void { gachaCount: reset4count.value, icon: getIcon(item.itemId), }); - reset4count.value = 0; + reset4count.value = 1; } else if (item.rank === "5") { reset4count.value++; star5List.value.push({ @@ -133,7 +133,7 @@ function loadData(): void { gachaCount: reset5count.value, icon: getIcon(item.itemId), }); - reset5count.value = 0; + reset5count.value = 1; } }); star5avg.value = getStar5Avg();