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:
commit
2ac0b9a838
|
@ -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钻石)",
|
||||
|
|
Loading…
Reference in New Issue