From 46bc71076c57aee9efe2032dc57f6cafe4282d6d Mon Sep 17 00:00:00 2001
From: dcc <dcc@163.com>
Date: Tue, 21 May 2024 18:33:19 +0800
Subject: [PATCH] 然后没登录的情况下 行情也要可以刷新跳动。目前不登录 数据不会跳动

---
 src/page/home.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/page/home.vue b/src/page/home.vue
index b9716d2..d77f5aa 100644
--- a/src/page/home.vue
+++ b/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()
       }

--
Gitblit v1.9.3