@@ -139,13 +139,13 @@ const Page = () => {
text: "LOGIN",
text2: "GOLD",
key: 2,
- footer: "Alcançou",
+ footer: "Ainda preciso",
},
3: {
text2: "DIAMANTE",
key: 3,
4: {
text: "ENTRAR NO",
@@ -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>
</List.Item>
))}