| | |
| | | name: this.$t("HK"), |
| | | key: "HK", |
| | | }, |
| | | { |
| | | name: this.$t("yg"), |
| | | key: "IN", |
| | | }, |
| | | ], |
| | | |
| | | bankCard: {}, |
| | | availableBalanceUSD: "0.0000", |
| | | getMoneyList: [], |
| | |
| | | this.getMoneyList = res.data; |
| | | res.data.map((item) => { |
| | | if (item.accectType === this.rechargeAccountData.key) { |
| | | this.availableBalanceUSD = item.availableBalanceUSD; |
| | | this.availableBalanceUSD = item.availableBalance; |
| | | this.symbolCode = item.symbolCode; |
| | | this.accectType = item.accectType; |
| | | } |
| | |
| | | this.rechargeAccountData = e; |
| | | (this.getMoneyList || []).map((item) => { |
| | | if (item.accectType === this.rechargeAccountData.key) { |
| | | this.availableBalanceUSD = item.availableBalanceUSD; |
| | | this.availableBalanceUSD = item.availableBalance; |
| | | this.symbolCode = item.symbolCode; |
| | | this.accectType = item.accectType; |
| | | } |