From 25b2ba1cf86bc3439e7ad2acf2cd4a9ea7e4b0ed Mon Sep 17 00:00:00 2001
From: dcc <dcc@163.com>
Date: Fri, 28 Jun 2024 09:28:04 +0800
Subject: [PATCH] 123
---
src/components/ex-nav/index.vue | 84 +++++++++++++++++++++--------------------
1 files changed, 43 insertions(+), 41 deletions(-)
diff --git a/src/components/ex-nav/index.vue b/src/components/ex-nav/index.vue
index fc17fa8..06c0c81 100644
--- a/src/components/ex-nav/index.vue
+++ b/src/components/ex-nav/index.vue
@@ -8,7 +8,7 @@
@click="goPath(item.path, item.name)"
>
<div class="imgBox"><img :src="item.icon" alt="" /></div>
- <div class="mt-15 text-center font-20 newcolor1">{{ item.name }}</div>
+ <div class="mt-15 text-center font-20 ">{{ item.name }}</div>
</div>
</div>
<div class="nav mb-44" style="margin-bottom: 15px">
@@ -19,7 +19,7 @@
@click="goPath(item.path, item.name)"
>
<div class="imgBox"><img :src="item.icon" alt="" /></div>
- <div class="mt-15 text-center font-20 newcolor1">
+ <div class="mt-15 text-center font-20 ">
{{ item.name }}
</div>
</div>
@@ -32,7 +32,7 @@
@click="goPath(item.path, item.router)"
>
<div class="imgBox"><img :src="item.icon" alt="" /></div>
- <div class="mt-15 text-center font-20 newcolor1">
+ <div class="mt-15 text-center font-20 ">
{{ item.name }}
</div>
</div>
@@ -76,31 +76,31 @@
getNavlist() {
this.navList = [
{
- name: this.$t("ICO"),
+ name: this.$t("资金"),
icon: require(`@/assets/3x/资源 7@3x.png`),
-
- path: "/new-urrency",
+ path: "/funds",
},
-
- {
- name: this.$t("直播"),
- icon: require(`@/assets/3x/Artboard 3@33x copy 3.png`),
- id: "zb",
- path: "/zb",
- router: "",
- },
- {
- name: this.$t("比赛"),
- icon: require(`@/assets/3x/Artboard 4@33x copy 3.png`),
- id: "bs",
- path: "/bs",
- router: "",
- },
- {
- name: this.$t("分享"),
- icon: require(`@/assets/3x/资源 2@3x.png`),
- path: "/promote",
- },
+
+ {
+ name: this.$t("闪兑"),
+ icon: require(`@/assets/3x/资源 1@3x.png`),
+ path: "/exchange/exchangePage",
+ },
+ {
+ name: this.$t("合约交易"),
+ icon: require(`@/assets/3x/资源 5@3x.png`),
+ path: "/trendDetails/btc",
+ },
+ // {
+ // name: this.$t("分享"),
+ // icon: require(`@/assets/3x/资源 2@3x.png`),
+ // path: "/promote",
+ // },
+ {
+ name: this.$t("理财"),
+ icon: require(`@/assets/3x/资源 3@3x.png`),
+ path: "/fm-home",
+ },
];
this.navList1 = [
{
@@ -127,21 +127,23 @@
},
];
this.navList2 = [
- {
- name: this.$t("闪兑"),
- icon: require(`@/assets/3x/资源 1@3x.png`),
- path: "/exchange/exchangePage",
- },
- {
- name: this.$t("理财"),
- icon: require(`@/assets/3x/资源 3@3x.png`),
- path: "/fm-home",
- },
- {
- name: this.$t("合约交易"),
- icon: require(`@/assets/3x/资源 5@3x.png`),
- path: "/trendDetails/btc",
- },
+
+
+ {
+ name: this.$t("直播"),
+ icon: require(`@/assets/3x/Artboard 3@33x copy 3.png`),
+ id: "zb",
+ path: "/zb",
+ router: "",
+ },
+ {
+ name: this.$t("比赛"),
+ icon: require(`@/assets/3x/Artboard 4@33x copy 3.png`),
+ id: "bs",
+ path: "/bs",
+ router: "",
+ },
+
];
},
goPath(path, router) {
--
Gitblit v1.9.3