Merge pull request '提现功能维护中' (#49) from feat-20240112 into main

Reviewed-on: https://git.wishpal.cn/wishpal_ironfan/tiefen_space_web/pulls/49
This commit is contained in:
yezian 2024-02-13 01:21:37 +08:00
commit 2ac0b9a838
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钻石",