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; }