From 2d236d87f68a7e306658b340073ba0f378fcb114 Mon Sep 17 00:00:00 2001
From: yezian <jueweijue@gmail.com>
Date: Sun, 18 Feb 2024 23:53:25 +0800
Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=E6=94=AF=E4=BB=98=E5=AE=9D?=
 =?UTF-8?q?=E7=BB=B4=E6=8A=A4=EF=BC=9B=E5=BC=80=E6=94=BE=E6=8F=90=E7=8E=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 app/pay/page.jsx        | 6 ++----
 app/vip/page.jsx        | 4 ++--
 app/withdrawal/page.jsx | 8 ++++----
 3 files changed, 8 insertions(+), 10 deletions(-)

diff --git a/app/pay/page.jsx b/app/pay/page.jsx
index 9f3bb6c..267e638 100644
--- a/app/pay/page.jsx
+++ b/app/pay/page.jsx
@@ -286,7 +286,7 @@ export default function Pay() {
         <div className="flex mt-auto mb-12">
           <div className="basis-1/2 px-2">
             <button
-              onClick={alipayBlock}
+              onClick={() => createOrder("alipay_h5")}
               className="flex flex-row h-12 w-full items-center justify-center bg-primary rounded-full py-2"
             >
               <svg viewBox="0 0 1024 1024" width="18" height="18">
@@ -295,9 +295,7 @@ export default function Pay() {
                   fill="#FFFFFF"
                 ></path>
               </svg>
-              <p className="text-white text-base ml-1">
-                支付宝<span className="text-xs">(维护中)</span>
-              </p>
+              <p className="text-white text-base ml-1">支付宝支付</p>
             </button>
           </div>
           <div className="basis-1/2 px-2">
diff --git a/app/vip/page.jsx b/app/vip/page.jsx
index 96cddaa..77ff789 100644
--- a/app/vip/page.jsx
+++ b/app/vip/page.jsx
@@ -254,12 +254,12 @@ export default function Vip() {
               <div className="flex flex-row justify-between">
                 <div className="basis-1/2 pr-2">
                   <div
-                    onClick={alipayBlock}
+                    onClick={() => createOrder("alipay_h5")}
                     className="flex flex-row cursor-pointer gap-1.5 h-11 items-center justify-center bg-primary rounded-full"
                   >
                     <Image src={alipay} width={22} alt="" />
                     <p className="text-white text-base font-medium whitespace-nowrap">
-                      支付宝<span className="text-xs">(维护中)</span>
+                      支付宝支付
                     </p>
                   </div>
                 </div>
diff --git a/app/withdrawal/page.jsx b/app/withdrawal/page.jsx
index bf234ca..0fff59f 100644
--- a/app/withdrawal/page.jsx
+++ b/app/withdrawal/page.jsx
@@ -174,10 +174,10 @@ export default function WithDrawal() {
   //点击提交申请按钮
   const handleSubmit = async () => {
     //维护中
-    Toast.show({
-      content: "提现功能维护中,预计2月20日开放",
-    });
-    return;
+    // Toast.show({
+    //   content: "提现功能维护中,预计2月20日开放",
+    // });
+    // return;
 
     if (!withdrawalNum || withdrawalNum < 2000) {
       Toast.show({