| | |
| | | <p class="flex flex-col" style="margin-left: 5px"> |
| | | <span class="flex items-end font-32 flex items-center" s> |
| | | <span class="textColor font-600 font-30"> |
| | | {{ (item.symbol && item.symbol.toUpperCase()) || "--" }} |
| | | {{ item.symbol | _symbolName }} |
| | | <!-- {{ (item.symbol && item.symbol.toUpperCase()) || "--" }} --> |
| | | </span> |
| | | <span class="font-24" style="position: relative; top: 1px"> |
| | | /{{ |
| | | (item.name && item.name.split("/")[1]) || "--" |
| | | }}</span |
| | | > |
| | | /{{ (item.name && item.name.split("/")[1]) || "--" }} |
| | | </span> |
| | | </span> |
| | | |
| | | <span class="font-24 textNew1">{{ |
| | |
| | | <div class="anniu"></div> |
| | | <p class="flex flex-col" style="margin-left: 5px"> |
| | | <span class="flex items-end font-32 flex items-center"> |
| | | <span class="textColor font-600 font-30">{{ |
| | | (item.symbol && item.symbol.toUpperCase()) || "--" |
| | | }}</span> |
| | | <span class="textColor font-600 font-30"> |
| | | {{ item.symbol | _symbolName }} |
| | | <!-- {{ (item.symbol && item.symbol.toUpperCase()) || "--" }} --> |
| | | </span> |
| | | <span class="font-24" style="position: relative; top: 1px"> |
| | | /{{ (item.name && item.name.split("/")[1]) || "--" }} |
| | | </span> |
| | |
| | | }, |
| | | onItemClick(item) { |
| | | if (this.tabActive == 2) { |
| | | setStorage("tradeSymbol", item.symbol); |
| | | //现货 |
| | | this.$router.push({ |
| | | path: `/trade/${item.symbol}`, |