1
李凌
5 days ago 349c48e168b9f2580334422228acde7d1b21bede
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' }
        });
      }
    },