Browse Source

feat: 修改BUG

year 3 months ago
parent
commit
72ec523564

+ 2 - 2
src/app/[locale]/(doings)/continuous/page.tsx

@@ -139,13 +139,13 @@ const Page = () => {
                 text: "LOGIN",
                 text2: "GOLD",
                 key: 2,
-                footer: "Alcançou",
+                footer: "Ainda preciso",
             },
             3: {
                 text: "LOGIN",
                 text2: "DIAMANTE",
                 key: 3,
-                footer: "Alcançou",
+                footer: "Ainda preciso",
             },
             4: {
                 text: "ENTRAR NO",

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

@@ -74,7 +74,7 @@ const Detail = () => {
                                     {formatAmount(item.deposit)}R$
                                 </div>
                                 <div>{item.deposit_time}</div>
-                                <div>{item.to_day_pay_times}</div>
+                                <div>{item.total_bet}</div>
                             </div>
                         </List.Item>
                     ))}