From 2e1d19e258c22fa283032e4bd0ad9fb846ba3002 Mon Sep 17 00:00:00 2001 From: yezian Date: Tue, 13 Feb 2024 01:21:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E7=8E=B0=E5=8A=9F=E8=83=BD=E7=BB=B4?= =?UTF-8?q?=E6=8A=A4=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/withdrawal/page.jsx | 6 ++++++ 1 file changed, 6 insertions(+) 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钻石)",