lxf
2025-07-05 8c51de06d839339f428ca0691099fe60740765cf
src/components/Transform/contract-header/index.vue
@@ -20,10 +20,11 @@
                            @click="jump" />
                    </div> -->
        </div>
        <div class="flex justify-between  pt-34" v-if="!selectIndex==2">
          <button class="tabBtn w-368 h-74 lh-74 border-none  rounded"
        <!-- v-if="!selectIndex==2" -->
        <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>