| | |
| | | this.qList = this.qList.sort(this.orderListAsc("change_ratio", "ask")) |
| | | } |
| | | |
| | | this.popularCurrencyTable = this.qList.filter((item) => item.name == 'BTC/USDT' || item.name == 'ETC/USDT' || item.name == 'ETH/USDT') |
| | | // this.popularCurrencyTable = this.qList.filter((item) => item.name == 'BTC/USDT' || item.name == 'ETC/USDT' || item.name == 'ETH/USDT') |
| | | this.popularCurrencyTable = this.qList.filter((item) => item.name == 'BTC/USDT' || item.name == 'ETH/USDT') |
| | | if (this.hList.length == 4) { |
| | | this.hList.pop() |
| | | } |