lxf
2025-07-11 fd66f3c47027795370f363d74f2258491dd38542
src/views/cryptos/Funds/index.vue
@@ -12,13 +12,13 @@
      <div class="flex mt-17">
        <span class="flex-1 border-b-color " :class="{ active_color: tab === 0 }"></span>
        <span class="flex-1 border-b-color" :class="{ active_color: tab === 1 }"></span>
        <span class="flex-1 border-b-color" :class="{ active_color: tab === 2 }"></span>
        <span class="flex-1 border-b-color" :class="{ active_color: tab === 3 }"></span>
        <!-- <span class="flex-1 border-b-color" :class="{ active_color: tab === 2 }"></span> -->
        <!-- <span class="flex-1 border-b-color" :class="{ active_color: tab === 3 }"></span> -->
      </div>
      <over-view v-if="tab === 0" :funds="funds" :key="tab"></over-view>
      <as-sets v-if="tab === 1" :funds="funds" :key="tab"></as-sets>
      <contract v-if="tab === 2" :funds="funds" :index="index" :key="tab"></contract>
      <financial v-if="tab === 3" :funds="funds" :index="index" :key="tab"></financial>
      <!-- <contract v-if="tab === 2" :funds="funds" :index="index" :key="tab"></contract> -->
      <!-- <financial v-if="tab === 3" :funds="funds" :index="index" :key="tab"></financial> -->
    </div>
  </div>
</template>
@@ -53,13 +53,13 @@
        {
          type: this.$t('现货账户'),
        },
        {
          type: this.$t('合约'),
        // {
        //   type: this.$t('合约'),
        },
        {
          type: this.$t('理财'),
        },
        // },
        // {
        //   type: this.$t('理财'),
        // },
      ]
    }
  },