From 5ef5f50d09b49795c4cc9ca017294cbb74083cae Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Fri, 04 Jul 2025 17:16:07 +0800
Subject: [PATCH] style

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

diff --git a/src/components/Transform/list-quotation/index.vue b/src/components/Transform/list-quotation/index.vue
index f5da2b7..e992434 100644
--- a/src/components/Transform/list-quotation/index.vue
+++ b/src/components/Transform/list-quotation/index.vue
@@ -18,7 +18,7 @@
       </van-cell> -->
 
       <div class="flex items-end justify-between">
-        <div class="block text-22 font-medium">行情</div>
+        <div class="block text-22 font-medium">{{$t('Market')}}</div>
         <div class="relative text-13">
           <!-- <div class="flex px-10 justify-between rounded-full bg-black text-white min-w-100 box-border">
             <div class="block">貨幣</div>
@@ -116,7 +116,6 @@
     </div> -->
   </div>
 </template>
-
 <script>
 import { List, Cell } from 'vant'
 import { mapGetters, mapActions } from 'vuex'
@@ -124,6 +123,8 @@
 import ExTabs from "@/components/Transform/ex-tabs/index.vue";
 import { HOST_URL } from '@/config'
 import { SET_CURRENCY } from "@/store/const.store";
+// import { useI18n } from "vue-i18n";
+// const t = useI18n()
 export default {
   name: 'ListQuotation',
   data() {
@@ -170,14 +171,14 @@
         });
       } else {
         setStorage('symbol', item.symbol)
-         this.$router.push({
-          path: `/foreign/deliveryContract/${item.symbol}`,
-          query: { type: 'cryptos' }
-        });
-        // this.$router.push({
-        //   path: `/cryptos/perpetualContract/${item.symbol}`,
+        //  this.$router.push({
+        //   path: `/foreign/deliveryContract/${item.symbol}`,
         //   query: { type: 'cryptos' }
         // });
+        this.$router.push({
+          path: `/cryptos/perpetualContract/${item.symbol}`,
+          query: { type: 'cryptos' }
+        });
       }
     },
     handleImage(url) {

--
Gitblit v1.9.3