vip
This commit is contained in:
parent
52976493f0
commit
56d9c17bc8
@ -7,10 +7,9 @@
|
||||
<img v-else src="@/assets/img/marketplace/0000.png" alt="Dynamic Image">
|
||||
</div>
|
||||
<div class="assets-user-name">
|
||||
<div class="vip" @click="isBindVip">
|
||||
<!-- <img src="@/assets/img/staking/VIP5.png" alt=""> -->
|
||||
<!-- <div class="vip" @click="isBindVip">
|
||||
<img :src="stakingVipImgList[vipInfo.level].img" alt="">
|
||||
</div>
|
||||
</div> -->
|
||||
<div class="adderss">
|
||||
<img :src="icon_pass" alt="">
|
||||
{{ 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()
|
||||
|
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user