From cf1a7b806caf347f6b1c1b8d379936bfa3a42dd2 Mon Sep 17 00:00:00 2001
From: dcc <dcc@163.com>
Date: Tue, 14 May 2024 10:26:07 +0800
Subject: [PATCH] 隐藏etc 去掉着头顶两个标志 去掉着两个图标
---
src/page/home.vue | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/page/home.vue b/src/page/home.vue
index b9716d2..8ded3f1 100644
--- a/src/page/home.vue
+++ b/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()
}
--
Gitblit v1.9.3