cec claim
This commit is contained in:
parent
4038b92b63
commit
efbda5e2a0
Binary file not shown.
Before Width: | Height: | Size: 4.3 KiB |
BIN
src/assets/img/home/investor_Foresight.png
Normal file
BIN
src/assets/img/home/investor_Foresight.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.9 KiB |
@ -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,
|
||||
}
|
||||
]);
|
||||
|
@ -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,
|
||||
}
|
||||
]);
|
||||
|
@ -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,
|
||||
}
|
||||
]);
|
||||
|
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user