Explorar o código

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

zjl %!s(int64=2) %!d(string=hai) anos
pai
achega
27dde6f5c7
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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) {