Browse Source

充值提示更改

ff_new
w-R 3 years ago
parent
commit
4c8072cea7
  1. 2
      lib/mine/recharge_page.dart

2
lib/mine/recharge_page.dart

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

Loading…
Cancel
Save