| | |
| | | @click="jump" /> |
| | | </div> --> |
| | | </div> |
| | | <!-- <div class="flex justify-between pt-34"> |
| | | <div class="flex justify-between pt-34"> |
| | | <button class="tabBtn w-368 h-74 lh-74 border-none rounded" |
| | | :class="selectIndex == 1 ? 'select-active' : 'no-select'" @click="changeTab(1)"> |
| | | {{ $t('永续合约') }}</button> |
| | | {{ $t('永续') }}</button> |
| | | <button class="tabBtn w-368 h-74 lh-74 border-none rounded" |
| | | :class="selectIndex == 2 ? 'select-one-active' : 'no-select'" @click="changeTab(2)"> |
| | | {{ queryType == 'cryptos' ? $t('交割合约') : $t('期货交易') }}</button> |
| | | </div> --> |
| | | {{ queryType == 'cryptos' ? $t('期权') : $t('期货交易') }}</button> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | <!-- 左侧边弹出菜单 --> |
| | |
| | | computed: { |
| | | ...mapGetters({ coinList: 'home/coinList' }), |
| | | title() { |
| | | return [this.$t('永续'), this.$t('交割')][this.selectIndex - 1] |
| | | return [this.$t('永续'), this.$t('期权')][this.selectIndex - 1] |
| | | } |
| | | }, |
| | | data() { |