| | |
| | | :key="item.id"> |
| | | <img :src="`${HOST_URL}/symbol/${item.symbol_data}.png`" /> |
| | | |
| | | <span class="ml-5 flex-1">{{ item.symbol_data.toUpperCase() }}</span> |
| | | <span class="ml-5 flex-1">{{ arrGk((item.name || '').toUpperCase())[0] }}</span> |
| | | |
| | | <div class="mr-3"> |
| | | <div class="text-right"> |
| | |
| | | { key: 4, name: t('账单'), icon: new URL('@/assets/imgs/assets/zd.png', import.meta.url), path: '/cryptos/accountChange' }, |
| | | ] |
| | | |
| | | // 处理分隔符 |
| | | const arrGk = (str) => { |
| | | if (!str) return ['--']; |
| | | let arr = str.split('/'); |
| | | return arr; |
| | | } |
| | | |
| | | // 计价切换 |
| | | const pricing = ref('') |
| | | const pricingList = [ |