Prechádzať zdrojové kódy

fix: 修改tabitem名称

Before 7 mesiacov pred
rodič
commit
c332245f98

+ 2 - 2
messages/br.json

@@ -69,8 +69,8 @@
     "third": "Esportes",
     "fourth": "Live Casino",
     "Fifth": "App",
-    "sixth": "Free Games",
-    "seventh": "Replay Games"
+    "sixth": "Free",
+    "seventh": "Replay"
   },
   "tabberList": {
     "tab1": "Início",

+ 2 - 2
messages/en.json

@@ -70,8 +70,8 @@
     "third": "Esportes",
     "fourth": "Live Casino",
     "Fifth": "App",
-    "sixth": "Free Games",
-    "seventh": "Replay Games"
+    "sixth": "Free",
+    "seventh": "Replay"
   },
   "tabberList": {
     "tab1": "Início",

BIN
public/wheels/wheel-icon.gif


+ 0 - 1
src/app/[locale]/(TabBar)/deposit/DepositData.tsx

@@ -79,7 +79,6 @@ const DepositData: FC<Props> = (props) => {
     const [depositState, setDepositState] = useState<DepositsTypes[]>([]);
 
     const [activeType, setActiveType] = useState<Partial<DepositsTypes>>({});
-    console.log(`🚀🚀🚀🚀🚀-> in DepositData.tsx on 80`, activeType);
 
     const formInstanceRef = useRef<FormInstance>(null);
     let [amount, setAmount] = useState<number | undefined>(undefined);

+ 2 - 0
src/app/[locale]/(navbar)/withdraw/WithdrawWidget.tsx

@@ -178,6 +178,8 @@ const WithdrawWidget: FC<Props> = (props) => {
 
     const onFinish = async (value: any) => {
         const params = { ...value, ...value.channel, amount: +value.amount };
+        // const result = await getUserInfoApi();
+        // console.log(`🚀🚀🚀🚀🚀-> in WithdrawWidget.tsx on 183`, result);
         paramsTarget.current = params;
         if (
             flatPoint(wallet.target_point_rollover - wallet.current_point_rollover) !== 0 &&

+ 7 - 2
src/components/Box/WheelModal.tsx

@@ -471,7 +471,12 @@ const WheelModal = forwardRef<WheelModalProps, Props>(function RedPacketModal(pr
     };
     return (
         <>
-            <Mask visible={detailsVisible} getContainer={null} destroyOnClose={true}>
+            <Mask
+                visible={detailsVisible}
+                getContainer={null}
+                destroyOnClose={true}
+                opacity="thick"
+            >
                 <div className={"absolute top-[18%] z-50 w-[100%] px-[0.1389rem]"}>
                     <div className={"rounded-[0.0694rem] bg-[#232327FF] p-[0.0694rem]"}>
                         <div className={"flex items-center"}>
@@ -495,7 +500,7 @@ const WheelModal = forwardRef<WheelModalProps, Props>(function RedPacketModal(pr
                 </div>
             </Mask>
 
-            <Mask visible={visible} destroyOnClose={true} getContainer={null}>
+            <Mask visible={visible} destroyOnClose={true} getContainer={null} opacity="thick">
                 <div
                     className={"absolute right-[0.2083rem] top-[18%] z-50"}
                     onClick={() => setVisible(false)}

+ 2 - 2
src/styles/deposit.scss

@@ -8,8 +8,8 @@
   //flex-direction: column;
 
   .img-box {
-    width: .8rem;
-    height: .27rem;
+    width: 129px;
+    height: 56px;
     margin: .12rem 0;
     //background: url('/img/pixImg.png') no-repeat center;
     //background-size: 100% 100%;