1
2026-05-23 30d1ee7be942d7a2201e1ab2ca7d96badff8bf50
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');