5.10航天ui交易所pc端,代码jiem-pc
lxf
2025-06-04 a51ae716cb1eb8e21fc4a5c355d3cdbe02b27d7f
src/views/wallet/withdraw.vue
@@ -278,9 +278,7 @@
                          <div class="css-v0h2s1">
                            {{ $t("message.user.xian15") }}
                          </div>
                          <div class="css-rjs222">
                            {{ miniMoney }}
                          </div>
                          <div class="css-rjs222">{{ miniMoney }} USDT</div>
                        </div>
                      </div>
                      <div class="css-1dnnrwx">
@@ -289,9 +287,7 @@
                          <div class="css-v0h2s1">
                            {{ $t("message.user.xian16") }}
                          </div>
                          <div class="css-rjs222">
                            {{ feeFee }}
                          </div>
                          <div class="css-rjs222">{{ feeFee }} USDT</div>
                        </div>
                        <!-- 24H剩余提现额度 -->
                        <div class="css-1hythwr">
@@ -311,7 +307,11 @@
                  </div>
                  <!-- 提现按钮 -->
                  <div class="css-1hythwr submit-but">
                    <el-button type="primary" @click="formSubmit">
                    <el-button
                      type="primary"
                      style="background-color: rgb(240, 185, 11)"
                      @click="formSubmit"
                    >
                      {{ $t("message.user.xian13") }}</el-button
                    >
                  </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.0000094 },
        { icon: "eth", name: "ETH", min: 0.000094 },
      ], //币种
      biChooseIndex: 0,
      m_menuchoose: 0,
@@ -560,6 +560,7 @@
        coin: this.coinList[this.biChooseIndex].name,
      }).then((res) => {
        this.blockchain = res.data;
        console.log("blockchain", this.blockchain);
        this.netList = [];
        for (var i in res.data) {
          this.netList.push({