Browse Source

fix: 修改

ansoni 3 months ago
parent
commit
ac411ad583
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/app/[locale]/(doings)/depositing/page.tsx

+ 1 - 1
src/app/[locale]/(doings)/depositing/page.tsx

@@ -77,7 +77,7 @@ const Page = () => {
                 >
                     Tempos de recarga atuais:{" "}
                     {(firstTarget?.count_down ?? 0 > 0)
-                        ? `${firstTarget?.current_num}vez`
+                        ? `${firstTarget?.current_num ? firstTarget.current_num - 1 : 0}vez`
                         : "O evento terminou"}
                 </div>
             </div>