From b13d4a4289ca95318f10db5eba75310cae0db3d6 Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Wed, 11 Jun 2025 16:54:52 +0800
Subject: [PATCH] sytle

---
 src/views/wallet/withdraw.vue |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/src/views/wallet/withdraw.vue b/src/views/wallet/withdraw.vue
index e9c1844..86a7e78 100644
--- a/src/views/wallet/withdraw.vue
+++ b/src/views/wallet/withdraw.vue
@@ -290,7 +290,7 @@
                           <div class="css-rjs222">{{ feeFee }} USDT</div>
                         </div>
                         <!-- 24H剩余提现额度 -->
-                        <div class="css-1hythwr">
+                        <!-- <div class="css-1hythwr">
                           <div class="css-v0h2s1">
                             {{ $t("message.user.xian17") }}
                           </div>
@@ -301,7 +301,7 @@
                               </div>
                             </div>
                           </div>
-                        </div>
+                        </div> -->
                       </div>
                     </div>
                   </div>
@@ -499,8 +499,8 @@
       listTitle: this.$t("message.user.xian30"),
       coinList: [
         { icon: "usdt", name: "USDT", min: 10 },
-        { icon: "btc", name: "BTC", min: 0.0000094 },
-        { icon: "eth", name: "ETH", min: 0.000094 },
+        { icon: "btc", name: "BTC", min: 0.0001 },
+        { icon: "eth", name: "ETH", min: 0.004 },
       ], //币种
       biChooseIndex: 0,
       m_menuchoose: 0,
@@ -518,7 +518,7 @@
       reciveMoney: "",
       itemAllMoney: "",
       moneymap: null,
-      inputNum: "1",
+      inputNum: "0",
       session_token: "",
       inputPwd: "",
       listData: [], //提现记录列表数据
@@ -584,6 +584,7 @@
     },
     // 获取手续费和可用余额
     getFee() {
+      if (this.inputNum <= 0) return;
       var channel = this.coinList[this.biChooseIndex].name;
       Axios2.url("wap/api/withdraw!fee.action", {
         amount: this.inputNum,

--
Gitblit v1.9.3