diff --git a/app/withdrawal/page.jsx b/app/withdrawal/page.jsx index 700e8f1..bf234ca 100644 --- a/app/withdrawal/page.jsx +++ b/app/withdrawal/page.jsx @@ -173,6 +173,12 @@ export default function WithDrawal() { //点击提交申请按钮 const handleSubmit = async () => { + //维护中 + Toast.show({ + content: "提现功能维护中,预计2月20日开放", + }); + return; + if (!withdrawalNum || withdrawalNum < 2000) { Toast.show({ content: "提现最低金额为200元(即2000钻石)",