cec claim

This commit is contained in:
yuyongdong 2024-09-06 13:22:36 +08:00
parent 4038b92b63
commit efbda5e2a0
6 changed files with 9 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

@ -97,7 +97,7 @@ const logos = ref([
.href,
},
{
imgeSrc: new URL("@/assets/img/home/investor_DWFlabs.png", import.meta.url)
imgeSrc: new URL("@/assets/img/home/investor_Foresight.png", import.meta.url)
.href,
}
]);

View File

@ -82,7 +82,7 @@ const logos = ref([
.href,
},
{
imgeSrc: new URL("@/assets/img/home/investor_DWFlabs.png", import.meta.url)
imgeSrc: new URL("@/assets/img/home/investor_Foresight.png", import.meta.url)
.href,
}
]);

View File

@ -141,7 +141,7 @@ const logos = ref([
.href,
},
{
imgeSrc: new URL("@/assets/img/home/investor_DWFlabs.png", import.meta.url)
imgeSrc: new URL("@/assets/img/home/investor_Foresight.png", import.meta.url)
.href,
}
]);

View File

@ -294,7 +294,7 @@
</div>
<div class="body-box-btn">
<div @click="cecUserStatus = 3">Claim</div>
<span @click="cecUserStatus = 1">Disconnect</span>
<span @click="disconnectWallet">Disconnect11</span>
</div>
</div>
<!-- </div>
@ -493,6 +493,11 @@ const connectWallet = async () => {
}
}
//
const disconnectWallet = () => {
console.log('------')
}
//
const cecClaim = async () => {
let walletToken = await new BlockChain().token()