提现功能维护中

This commit is contained in:
yezian 2024-02-13 01:21:15 +08:00
parent bb4f519845
commit 2e1d19e258
1 changed files with 6 additions and 0 deletions

View File

@ -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钻石",