@@ -329,7 +329,7 @@
return;
}
- if ($("#amount").val() < 0) {
+ if ($("#amount").val() < 10) {
mui.toast("最低提现金额0元");