| | |
| | | <div class="mid flex items-center justfly-center"> |
| | | <img :src="handleImage(leftIcon)" alt="convert-img" class="w-9 h-9" @click="onSidebar"> |
| | | <div class="flex pl-3 textColor" @click="onSidebar"> |
| | | <div class="text-30" style="width: 25rem;">{{ symbolName.toUpperCase() || '--' }}</div> |
| | | <div class="text-30">{{ symbolName.toUpperCase() || '--' }}</div> |
| | | <div class="ml-4 text-28">{{ title }}</div> |
| | | </div> |
| | | <div class="pl-2 text-28" :class="{ 'text-green': range > 0, 'text-red': range <= 0 }">{{ range > 0 |
| | |
| | | } |
| | | }, |
| | | created() { |
| | | // this.coins = this.coinList.map(item => item.symbol) |
| | | // console.log('this.coins', this.coins) |
| | | if (this.$route.query.type) { |
| | | this.queryType = this.$route.query.type |
| | | } |