dcc
2024-05-15 9d1fadaf0e2abf8e04446580d8baadf7717ce0d1
src/page/home.vue
@@ -193,7 +193,8 @@
        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()
      }