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(() => {