From 6f8c5b62b792671975f759140f3528a66a228240 Mon Sep 17 00:00:00 2001 From: yuyongdong Date: Fri, 18 Oct 2024 10:45:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9vip?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/assets/assetsHeader.vue | 11 +++++------ src/views/StakingView.vue | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/src/components/assets/assetsHeader.vue b/src/components/assets/assetsHeader.vue index a9f39f6..9d1949f 100644 --- a/src/components/assets/assetsHeader.vue +++ b/src/components/assets/assetsHeader.vue @@ -51,8 +51,8 @@

CEC: - {{ priceCalculated(BigInt(cecInfo?.total),18).toString().match(/^\d+(?:\.\d{0,2})?/)[0] }} - 0 +

Stake
@@ -64,8 +64,8 @@

esCEC: - {{ priceCalculated(BigInt(cecInfo?.total),18).toString().match(/^\d+(?:\.\d{0,2})?/)[0] }} - 0 +

Vest
@@ -183,7 +183,7 @@ {{ item.earnTime }}
  • - {{ priceCalculated(BigInt(item.amount),18).toString().match(/^\d+(?:\.\d{0,2})?/)[0] }} +
  • @@ -899,7 +899,6 @@ const dataInfo = async () => { } watch(localWalletStore,() => { - console.log(localWalletStore.token,'-------------------------') // console.log('localWalletStore.token',localWalletStore.address,localWalletStore.token) if(!localWalletStore.token) { cecInfo.value = { diff --git a/src/views/StakingView.vue b/src/views/StakingView.vue index c04fe01..8d3a73a 100644 --- a/src/views/StakingView.vue +++ b/src/views/StakingView.vue @@ -244,7 +244,7 @@ const toTwitter = () => { const userCecInfo = () => { getNetId(); // getVipInfo(); - getCecData(); + // getCecData(); }; onMounted(() => {