From 4c8072cea7b68390d38f72be35eb6eeae8fd0e1f Mon Sep 17 00:00:00 2001 From: w-R <953969641@qq.com> Date: Wed, 9 Feb 2022 22:01:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=85=E5=80=BC=E6=8F=90=E7=A4=BA=E6=9B=B4?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/mine/recharge_page.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mine/recharge_page.dart b/lib/mine/recharge_page.dart index 17af36a4..e44217cc 100644 --- a/lib/mine/recharge_page.dart +++ b/lib/mine/recharge_page.dart @@ -382,7 +382,7 @@ class _RechargePage extends State { int amount = int.tryParse(money); if (checkIndex == 1) { if (amount < 100) { - SmartDialog.showToast(S.of(context).chongzhizuixiaojine(0.001), + SmartDialog.showToast(S.of(context).chongzhizuixiaojine(100), alignment: Alignment.center); return; }