From 836a56418f932086e4221cb6c5e6a56f1c0dfecf Mon Sep 17 00:00:00 2001
From: 李 <344137771@qq.com>
Date: Fri, 22 May 2026 15:07:30 +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