From d36e6b733fbc7f1b4a7fd942740b5e14b74e7147 Mon Sep 17 00:00:00 2001
From: 李 <344137771@qq.com>
Date: Wed, 29 Apr 2026 14:28:56 +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