Explorar el Código

还原最低提现金额

zjl hace 2 años
padre
commit
f20cb49ddd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
             }