diff --git a/src/components/assets/assetsHeader.vue b/src/components/assets/assetsHeader.vue index 9d1949f..ed37564 100644 --- a/src/components/assets/assetsHeader.vue +++ b/src/components/assets/assetsHeader.vue @@ -7,10 +7,9 @@ Dynamic Image
-
- +
{{ localWalletStore.showAddress ? localWalletStore.showAddress : 'User Address' }} @@ -845,7 +844,6 @@ const isBindVip = () => { if(bindPassportAddress.value) { vipDialogVisible.value = true } else { - // alert('没有绑定') bindVipAddress() } } @@ -887,8 +885,8 @@ const dataInfo = async () => { // const bc = new BlockChain() // isPassprotLogin.value = bc.passportLogined // console.log(isPassprotLogin.value) - await getVipDetails() - await getIsBandVip() + // await getVipDetails() + // await getIsBandVip() await getMintSwitch() await getCecInfo() await getContribution() diff --git a/src/components/layout/NavBar.vue b/src/components/layout/NavBar.vue index 9907882..7b5e117 100644 --- a/src/components/layout/NavBar.vue +++ b/src/components/layout/NavBar.vue @@ -264,8 +264,8 @@ function handNavCurent(nav) { } else if(nav.id == 7) { // window.open(`${location.origin}${nav.path}`, "_blank") router.push(nav.path); - } else if(nav.id == 8) { - window.open(`${location.origin}${nav.path}`, "_blank") + // } else if(nav.id == 8) { + // window.open(`${location.origin}${nav.path}`, "_blank") // router.push(nav.path); } // if (nav.id == 1 || nav.id == 2 || nav.id == 3) {