From df1ec71ac8920e9b7c1aa0862cff8f5dde5ab113 Mon Sep 17 00:00:00 2001 From: yuyongdong Date: Thu, 17 Oct 2024 14:11:40 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=91=E5=AE=9Avip=E8=B4=A6=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/layout/NavBar.vue | 10 +++++----- src/views/StakingView.vue | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/layout/NavBar.vue b/src/components/layout/NavBar.vue index aafae0c..9907882 100644 --- a/src/components/layout/NavBar.vue +++ b/src/components/layout/NavBar.vue @@ -214,11 +214,11 @@ const navList = reactive([ id: 7, name: "CLAIM", path: "/claim", - }, - { - id: 8, - name: "STAKING", - path: "/", + // }, + // { + // id: 8, + // name: "STAKING", + // path: "/", }, ]); function click(event) { diff --git a/src/views/StakingView.vue b/src/views/StakingView.vue index eb87747..0f4510c 100644 --- a/src/views/StakingView.vue +++ b/src/views/StakingView.vue @@ -184,7 +184,7 @@ const getCecData = async () => { }; const getCode = () => { - const TIME_COUNT = 3; + let TIME_COUNT = 3; if (!timer.value) { count.value = TIME_COUNT; // this.show = false;