From 40ba46b887bd8eec7216c63e85b34e096df31420 Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Fri, 11 Jul 2025 11:03:30 +0800
Subject: [PATCH] 交易页面
---
src/views/cryptos/Funds/index.vue | 20 ++++++++++----------
1 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/src/views/cryptos/Funds/index.vue b/src/views/cryptos/Funds/index.vue
index 58d8fad..70be053 100644
--- a/src/views/cryptos/Funds/index.vue
+++ b/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('理财'),
+ // },
]
}
},
--
Gitblit v1.9.3