From 09d3c025c9255530c1df8531636c0c99601f0f6e Mon Sep 17 00:00:00 2001 From: yezian Date: Mon, 26 Feb 2024 17:15:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=9C=80=E4=BD=8E=E6=8F=90?= =?UTF-8?q?=E7=8E=B0=E9=87=91=E9=A2=9D=E4=B8=BA100=E5=85=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/withdrawal/page.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/withdrawal/page.jsx b/app/withdrawal/page.jsx index 0fff59f..d4f385f 100644 --- a/app/withdrawal/page.jsx +++ b/app/withdrawal/page.jsx @@ -179,9 +179,9 @@ export default function WithDrawal() { // }); // return; - if (!withdrawalNum || withdrawalNum < 2000) { + if (!withdrawalNum || withdrawalNum < 1000) { Toast.show({ - content: "提现最低金额为200元(即2000钻石)", + content: "提现最低金额为100元(即1000钻石)", }); return; } @@ -397,7 +397,7 @@ export default function WithDrawal() { 2.请确保输入信息准确无误,并且支付宝收款人与实名认证本人保持一致,以防提现失败,由输入错误带来的损失与平台方无关;

- 3.单笔最低提现金额为200元(即2000钻石),若提现金额大于2000元(即20000钻石)请联系客服; + 3.单笔最低提现金额为100元(即1000钻石),若提现金额大于2000元(即20000钻石)请联系客服;

4.自助提现渠道每日只能提现一次,若有更多提现需求,请联系客服。