| | |
| | | <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"> |
| | |
| | | <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"> |
| | | <!-- <div class="css-1hythwr"> |
| | | <div class="css-v0h2s1"> |
| | | {{ $t("message.user.xian17") }} |
| | | </div> |
| | |
| | | </div> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | </div> --> |
| | | </div> |
| | | </div> |
| | | </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> |
| | |
| | | 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, |
| | |
| | | reciveMoney: "", |
| | | itemAllMoney: "", |
| | | moneymap: null, |
| | | inputNum: "1", |
| | | inputNum: "0", |
| | | session_token: "", |
| | | inputPwd: "", |
| | | listData: [], //提现记录列表数据 |
| | |
| | | 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({ |
| | |
| | | }, |
| | | // 获取手续费和可用余额 |
| | | getFee() { |
| | | if (this.inputNum <= 0) return; |
| | | var channel = this.coinList[this.biChooseIndex].name; |
| | | Axios2.url("wap/api/withdraw!fee.action", { |
| | | amount: this.inputNum, |
| | |
| | | margin-left: 200px; |
| | | margin-top: 50px; |
| | | } |
| | | .css-h4euq4 { |
| | | color: #fff; |
| | | background-color: rgb(27, 30, 38); |
| | | } |
| | | .css-5vzups, |
| | | .css-7ng27, |
| | | .recharge-question-text, |
| | | .css-17bmjki, |
| | | .css-1x9w05y { |
| | | color: #fff; |
| | | } |
| | | .css-1w42vtu { |
| | | background: #000; |
| | | color: #fff; |
| | | } |
| | | </style> |