| | |
| | | :title="$t('提款')" |
| | | left-arrow |
| | | @click-left="onClickLeft" |
| | | /> |
| | | > |
| | | <template #right> |
| | | <van-icon |
| | | @click="$router.push('/cashlist')" |
| | | name="orders-o" |
| | | size="20" |
| | | /> |
| | | </template> |
| | | </van-nav-bar> |
| | | <main> |
| | | <div class="main-title">{{ $t("請選擇提款账户") }}</div> |
| | | <van-cell |
| | |
| | | <div class="dz-title" v-if="rechargeAccountData.key !== undefined"> |
| | | <div>{{ $t("可用餘額") }}</div> |
| | | <div class="balance-text"> |
| | | {{ availableBalanceUSD }} {{ symbolCode }} |
| | | {{ availableBalanceUSD }} USD |
| | | <!-- {{ symbolCode }} --> |
| | | </div> |
| | | </div> |
| | | |
| | | <!-- <div class="dz-title"> |
| | | <div>實際到帳</div> |
| | | <div class="balance-text">0.0000</div> |
| | | </div> --> |
| | | <!-- <div class="dz-title" v-if="rechargeAccountData.key !== undefined"> |
| | | <div>最小提款金額</div> |
| | | <div class="balance-text">0.0000</div> |
| | | </div> --> |
| | | </div> |
| | | <van-button |
| | | class="but" |
| | |
| | | assetsType: this.accectType, |
| | | }); |
| | | if (res.status === 0) { |
| | | Notify({ type: "success", message: this.$t("提款成功,等待审核") }); |
| | | Notify({ type: "success", message: this.$t("hj182") }); |
| | | setTimeout(() => { |
| | | this.onClickLeft(); |
| | | this.$router.push("/cashlist"); |
| | | }, 500); |
| | | } else { |
| | | Notify(res.msg); |
| | |
| | | this.getMoneyList = res.data; |
| | | res.data.map((item) => { |
| | | if (item.accectType === this.rechargeAccountData.key) { |
| | | console.log(item.accectType, "assetsType1"); |
| | | this.availableBalanceUSD = item.availableBalance; |
| | | this.availableBalanceUSD = item.availableBalanceUSD; |
| | | this.symbolCode = item.symbolCode; |
| | | this.accectType = item.accectType; |
| | | } |
| | |
| | | this.rechargeAccountData = e; |
| | | (this.getMoneyList || []).map((item) => { |
| | | if (item.accectType === this.rechargeAccountData.key) { |
| | | this.availableBalanceUSD = item.availableBalance; |
| | | this.availableBalanceUSD = item.availableBalanceUSD; |
| | | this.symbolCode = item.symbolCode; |
| | | this.accectType = item.accectType; |
| | | } |