| | |
| | | @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"> |
| | |
| | | @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> |
| | |
| | | @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> |
| | |
| | | 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 = [ |
| | | { |
| | |
| | | }, |
| | | ]; |
| | | 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) { |