cec claim
This commit is contained in:
parent
efbda5e2a0
commit
75a3064dc9
@ -370,6 +370,8 @@ export class BlockChain {
|
||||
/**
|
||||
* CEC Claim登录
|
||||
*/
|
||||
async ClaimLogin() {}
|
||||
async ClaimChangLogout() {
|
||||
await this.eoaWallet.logout()
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -494,8 +494,9 @@ const connectWallet = async () => {
|
||||
}
|
||||
|
||||
// 重新链接获取钱包
|
||||
const disconnectWallet = () => {
|
||||
const disconnectWallet = async () => {
|
||||
console.log('------')
|
||||
await new BlockChain().market.ClaimChangLogout()
|
||||
}
|
||||
|
||||
// 领取
|
||||
|
Loading…
x
Reference in New Issue
Block a user