@ -382,7 +382,7 @@ class _RechargePage extends State<RechargePage> {
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;
}