From 349c48e168b9f2580334422228acde7d1b21bede Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Fri, 05 Jun 2026 11:19:15 +0800
Subject: [PATCH] 1

---
 src/components/Transform/list-quotation/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/components/Transform/list-quotation/index.vue b/src/components/Transform/list-quotation/index.vue
index 3568206..67a802b 100644
--- a/src/components/Transform/list-quotation/index.vue
+++ b/src/components/Transform/list-quotation/index.vue
@@ -159,7 +159,7 @@
   methods: {
     ...mapActions('home', [SET_CURRENCY]),
     onItemClick(item) {
-      if (this.tabActive == 2) { //现货
+      if (this.tabActive == 2) { // 现货
         this.$router.push({
           path: `/cryptos/trade/${item.symbol}`
         });
@@ -167,7 +167,7 @@
         setStorage('symbol', item.symbol)
         this.$router.push({
           path: `/cryptos/perpetualContract/${item.symbol}`,
-          query: { type: 'cryptos' }
+          query: { type: 'cryptos', selectIndex: '1' }
         });
       }
     },

--
Gitblit v1.9.3