|
@@ -2,7 +2,7 @@ import { cleanBounsApi, toggleUserBounsApi } from "@/api/user";
|
|
|
import { usePollingStore } from "@/stores/usePollingStore";
|
|
|
import { useWalletStore } from "@/stores/useWalletStore";
|
|
|
import { percentage } from "@/utils/methods";
|
|
|
-import { Dialog, ProgressBar, Switch, Toast } from "antd-mobile";
|
|
|
+import { Dialog, ProgressBar, Toast } from "antd-mobile";
|
|
|
import { useTranslations } from "next-intl";
|
|
|
import React from "react";
|
|
|
import { shallow } from "zustand/shallow";
|
|
@@ -160,7 +160,7 @@ export const BonusContent = (props: { handleAcquire?: any }) => {
|
|
|
<li className="mt-[.06rem]">{t("bonusDesc2")}</li>
|
|
|
<li className="mt-[.06rem]">{t("bonusDesc3")}</li>
|
|
|
</ul>
|
|
|
- <div className="mt-[.15rem] rounded-[8px] border-[1px] border-[#e540ff] bg-[#2f4cc8] shadow-[0_-10px_25px_#e641ff_inset]">
|
|
|
+ {/* <div className="mt-[.15rem] rounded-[8px] border-[1px] border-[#e540ff] bg-[#2f4cc8] shadow-[0_-10px_25px_#e641ff_inset]">
|
|
|
<div className="flex flex-row items-center justify-between border-b-[1px] border-[#e540ff] p-[8px]">
|
|
|
<span className="text-[#fff]">{t("bounsTitle1")}</span>
|
|
|
<Switch
|
|
@@ -191,7 +191,7 @@ export const BonusContent = (props: { handleAcquire?: any }) => {
|
|
|
{t("boundsBtn")}
|
|
|
</a>
|
|
|
</div>
|
|
|
- </div>
|
|
|
+ </div> */}
|
|
|
{handleAcquire && (
|
|
|
<a
|
|
|
className={`carteira-box ${wallet.is_point_transfer ? "active" : ""}`}
|