| | |
| | | <ul class="flex justify-between w-full items-center" @click="onItemClick(item)"> |
| | | <li class="flex items-center left"> |
| | | <img |
| | | :src="item.symbol ? `${HOST_URL}/symbol/${item.symbol}.png` : require('@/assets/loading-default.png')" |
| | | :src="item.symbol ? `${HOST_URL}/wap/symbol/${item.symbol}.png` : require('@/assets/loading-default.png')" |
| | | alt="logo" class="w-72 h-72 rounded-full mr-16"/> |
| | | <p class="flex flex-col"> |
| | | <span class="flex items-end font-32 flex items-center"> |
| | |
| | | }); |
| | | } else { |
| | | setStorage('symbol', item.symbol) |
| | | setStorage('close', item.close) |
| | | this.$router.push({ |
| | | path: `/perpetualContract/${item.symbol}` |
| | | }); |