新币+dapp app 前端
dcc
2024-05-14 cf1a7b806caf347f6b1c1b8d379936bfa3a42dd2
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()
      }