Explorar o código

还原最低提现金额

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