| | |
| | | </div> |
| | | </div> |
| | | </div> |
| | | <!-- <van-cell-group>--> |
| | | <!-- <van-cell :title="$t('最低取款金额')" value="内容" />--> |
| | | <!-- </van-cell-group>--> |
| | | <van-button |
| | | class="but" |
| | | type="primary" |
| | |
| | | </template> |
| | | |
| | | <script> |
| | | import { ActionSheet, Notify } from "vant"; |
| | | import { ActionSheet, Notify,Cell, CellGroup } from "vant"; |
| | | import ClipboardJS from "clipboard"; |
| | | import { getBankCard, getMoney, outMoney } from "../../axios/api"; |
| | | |
| | | export default { |
| | | components: { ActionSheet, [Notify.Component.name]: Notify.Component }, |
| | | components: { |
| | | ActionSheet, |
| | | [Notify.Component.name]: Notify.Component, |
| | | Cell, |
| | | CellGroup |
| | | }, |
| | | data() { |
| | | return { |
| | | value: 0, |
| | |
| | | key: "US", |
| | | }, |
| | | { |
| | | name: this.$t("MAS"), |
| | | key: "MAS", |
| | | name: this.$t("IN"), |
| | | key: "IN", |
| | | }, |
| | | { |
| | | name: this.$t("HK"), |
| | | key: "HK", |
| | | }, |
| | | // { |
| | | // name: this.$t("MAS"), |
| | | // key: "MAS", |
| | | // }, |
| | | // { |
| | | // name: this.$t("HK"), |
| | | // key: "HK", |
| | | // }, |
| | | ], |
| | | |
| | | 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; |
| | | } |