| | |
| | | <ul> |
| | | <li v-for="item in pairsList" :key="item.symbol" class="flex justify-between py-10"> |
| | | <div class="flex items-center"> |
| | | <img :src="item.symbol ? `${HOST_URL}/symbol/${item.symbol}.png` : require('@/assets/loading-default.png')" |
| | | class="w-52 h-52 rounded-full mr-16" /> |
| | | <!-- <img :src="item.symbol ? `${HOST_URL}/symbol/${item.symbol}.png` : require('@/assets/loading-default.png')" |
| | | class="w-52 h-52 rounded-full mr-16" /> --> |
| | | <p class="flex flex-col"> |
| | | <strong class="font-28 textColor mb-6">{{ item.symbol.toUpperCase() }}</strong> |
| | | <span class="font-20 text-grey">{{ item.full_name }}</span> |
| | |
| | | <ul> |
| | | <li v-for="item in no_zeroList" :key="item.symbol" class="flex justify-between py-10"> |
| | | <div class="flex items-center"> |
| | | <img :src="item.symbol ? `${HOST_URL}/symbol/${item.symbol}.png` : require('@/assets/loading-default.png')" |
| | | class="w-52 h-52 rounded-full mr-16" /> |
| | | <!-- <img :src="item.symbol ? `${HOST_URL}/symbol/${item.symbol}.png` : require('@/assets/loading-default.png')" |
| | | class="w-52 h-52 rounded-full mr-16" /> --> |
| | | <p class="flex flex-col"> |
| | | <strong class="font-28 textColor mb-6">{{ item.symbol.toUpperCase() }}</strong> |
| | | <span class="font-20 text-grey">{{ item.full_name }}</span> |