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