| | |
| | | <div class="pl-33 pr-33 btn-box flex justify-between"> |
| | | <div class="text-white font-25 textColor tabBackground" @click="goRouter('/cryptos/recharge/rechargeList')"> |
| | | <div class="word-wrap"> |
| | | <img :src="handleImage(`../../../assets/theme/dark/image/assets/up.png`)" alt=""> |
| | | <span> {{ $t('充币') }}</span> |
| | | <img :src="handImg(`../../../assets/theme/white/image/assets/up.png`)" alt="" /> |
| | | <span style="color: #000;"> {{ $t('充币') }}</span> |
| | | </div> |
| | | </div> |
| | | <div class="text-white font-25 textColor tabBackground" @click="withdrawBtn"> |
| | | <div class="word-wrap"> |
| | | <img :src="handleImage(`../../../assets/theme/dark/image/assets/down.png`)" alt=""> |
| | | <span>{{ $t('提币') }}</span> |
| | | <img :src="handImg(`../../../assets/theme/white/image/assets/down.png`)" alt="" /> |
| | | <span style="color: #000;">{{ $t('提币') }}</span> |
| | | </div> |
| | | </div> |
| | | <div class="text-white font-25 textColor tabBackground" @click="goRouter('/cryptos/exchangePage')"> |
| | | <div class="word-wrap"> |
| | | <img :src="handleImage(`../../../assets/theme/dark/image/assets/l_r.png`)" alt=""> |
| | | <span>{{ $t('闪兑') }}</span> |
| | | <img :src="handImg(`../../../assets/theme/white/image/assets/l_r.png`)" alt="" /> |
| | | <span style="color: #000;">{{ $t('闪兑') }}</span> |
| | | </div> |
| | | </div> |
| | | </div> |
| | |
| | | { id: 1, text: this.$t('现货账户'), icon: 'spot', key: 'money_all_coin' }, |
| | | { id: 2, text: this.$t('合约账户 (U本位)'), icon: 'contract_u', key: 'money_contract' }, |
| | | { id: 3, text: this.$t('交割合约账户'), icon: 'contract_d', key: 'money_futures' }, |
| | | { id: 4, text: this.$t('理财账户'), icon: 'invest', key: 'money_finance' }, |
| | | // { id: 4, text: this.$t('理财账户'), icon: 'invest', key: 'money_finance' }, |
| | | { id: 5, text: this.$t('矿机资产'), icon: 'mining', key: 'money_miner' }, |
| | | ] |
| | | }, |
| | |
| | | // this.getList(); |
| | | }, |
| | | methods: { |
| | | handImg(url) { |
| | | return new URL(url, import.meta.url).href |
| | | }, |
| | | handleImage(url) { |
| | | return new URL(url, import.meta.url).href |
| | | }, |