src/page/home.vue
@@ -16,7 +16,7 @@
                <p class="flex items-end"><strong class="font-32 mr-10 font-400">{{item.symbol.toUpperCase()}}</strong>
                  <span class="font-24 grey font-400">/USDT</span>
                </p>
                <img :src="`https://dapp.barcblays.cyou/wap/symbol/${item.symbol}.png`" alt="" class="w-40 h-40">
                <img :src="`https://mmai-web3.com/wap/symbol/${item.symbol}.png`" alt="" class="w-40 h-40">
              </li>
              <li  class="mb-16">
                <p>
@@ -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()
      }