From 2d236d87f68a7e306658b340073ba0f378fcb114 Mon Sep 17 00:00:00 2001 From: yezian 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() {
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() {
createOrder("alipay_h5")} className="flex flex-row cursor-pointer gap-1.5 h-11 items-center justify-center bg-primary rounded-full" >

- 支付宝(维护中) + 支付宝支付

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({