提现功能维护中
This commit is contained in:
parent
bb4f519845
commit
2e1d19e258
|
@ -173,6 +173,12 @@ export default function WithDrawal() {
|
||||||
|
|
||||||
//点击提交申请按钮
|
//点击提交申请按钮
|
||||||
const handleSubmit = async () => {
|
const handleSubmit = async () => {
|
||||||
|
//维护中
|
||||||
|
Toast.show({
|
||||||
|
content: "提现功能维护中,预计2月20日开放",
|
||||||
|
});
|
||||||
|
return;
|
||||||
|
|
||||||
if (!withdrawalNum || withdrawalNum < 2000) {
|
if (!withdrawalNum || withdrawalNum < 2000) {
|
||||||
Toast.show({
|
Toast.show({
|
||||||
content: "提现最低金额为200元(即2000钻石)",
|
content: "提现最低金额为200元(即2000钻石)",
|
||||||
|
|
Loading…
Reference in New Issue