| | |
| | | <span class="mr-5">{{ formatWithCommas(assetObj.capital) }}</span> |
| | | <van-icon name="arrow" /> |
| | | </div> |
| | | <!-- <div class="assets_item flex justify-start items-center mt-14 font-bold"> |
| | | <div class="assets_item flex justify-start items-center mt-14 font-bold"> |
| | | <div class="icon" style="background-color: #f7b600;"></div> |
| | | <span class="ml-5 flex-1">{{ $t('交易账户') }}</span> |
| | | <span class="mr-5">{{ formatWithCommas(assetObj.contract) }}</span> |
| | | <van-icon name="arrow" /> |
| | | </div> --> |
| | | </div> |
| | | </van-collapse-item> |
| | | </van-collapse> |
| | | |
| | |
| | | const tabList = [ |
| | | { key: 1, name: t('充值'), icon: new URL('@/assets/imgs/assets/chonbi.png', import.meta.url), path: '/cryptos/recharge/rechargeList?isForeign=true' }, |
| | | { key: 2, name: t('提现'), icon: new URL('@/assets/imgs/assets/tibi.png', import.meta.url), path: '/cryptos/Withdraw/withdrawPage' }, |
| | | // { key: 3, name: t('划转'), icon: new URL('@/assets/imgs/assets/huazhuan.png', import.meta.url), path: '/my/transfer' }, |
| | | { key: 3, name: t('划转'), icon: new URL('@/assets/imgs/assets/huazhuan.png', import.meta.url), path: '/my/transfer' }, |
| | | { key: 5, name: t('闪兑'), icon: new URL('@/assets/imgs/assets/sd.png', import.meta.url), path: '/cryptos/exchangePage' }, |
| | | { key: 4, name: t('账单'), icon: new URL('@/assets/imgs/assets/zd.png', import.meta.url), path: '/cryptos/accountChange' }, |
| | | ] |
| | |
| | | img { |
| | | height: $item_width; |
| | | border-radius: 50%; |
| | | background: #fff; |
| | | |
| | | @include themify() { |
| | | border: themed("main_background") 1px solid; |
| | | } |
| | | } |
| | | } |
| | | } |