From 30d1ee7be942d7a2201e1ab2ca7d96badff8bf50 Mon Sep 17 00:00:00 2001
From: 李 <344137771@qq.com>
Date: Sat, 23 May 2026 11:23:00 +0800
Subject: [PATCH] 1

---
 src/views/quotes/List.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/quotes/List.vue b/src/views/quotes/List.vue
index 58d092a..d33c4cd 100644
--- a/src/views/quotes/List.vue
+++ b/src/views/quotes/List.vue
@@ -18,7 +18,7 @@
       </div>
     </div>
     <div class="quotes-list pb-60 pl-5 pr-5" id="cryptos">
-      <list-quatation :listData="qList" :tabActive="2" :tabShow="false" />
+      <list-quatation :listData="qList" :tabActive="headerActive" :tabShow="false" />
     </div>
   </div>
 </template>
@@ -37,7 +37,7 @@
 const store = useStore();
 
 const headerActive = ref(2);
-const headerTabs = computed(() => [t('全部'), t('现货'), t('永续')]);
+const headerTabs = computed(() => [t('全部'), t('现货'), t('永续'), t('期权')]);
 
 const onSearchClick = () => {
   router.push('/optional/search');

--
Gitblit v1.9.3