Sfoglia il codice sorgente

还原最低提现金额

zjl 2 anni fa
parent
commit
f20cb49ddd
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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;
             }