Parcourir la source

还原最低提现金额

zjl il y a 2 ans
Parent
commit
f20cb49ddd
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      static/app/wallet/wallet-withdraw.html

+ 1 - 1
static/app/wallet/wallet-withdraw.html

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