lxf
2025-07-04 5ef5f50d09b49795c4cc9ca017294cbb74083cae
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) {