cec claim
This commit is contained in:
parent
34e57e1810
commit
724f940c99
@ -42,12 +42,15 @@
|
||||
import { ref, toRefs, toRaw, onMounted, computed, inject} from "vue"
|
||||
const message = inject('$message')
|
||||
|
||||
import {walletStore} from "@/store/wallet";
|
||||
import { BlockChain } from "@/components/chain/BlockChain"
|
||||
|
||||
const localWalletStore = walletStore()
|
||||
const claimLogDialogVisible = ref(false)
|
||||
|
||||
|
||||
const connectLogin = async () => {
|
||||
console.log('address-----',localWalletStore.address,'passportAddress-----',localWalletStore.passportAddress,'-----',localWalletStore.eoaAddress)
|
||||
let res = await new BlockChain().cecLogin()
|
||||
console.log(res)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user