Bläddra i källkod

修改最低提现金额 测试 需要还原

zjl 2 år sedan
förälder
incheckning
27dde6f5c7
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      static/app/wallet/wallet-withdraw.html

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

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