cec claim

This commit is contained in:
yuyongdong 2024-08-21 10:59:56 +08:00
parent 34e57e1810
commit 724f940c99

View File

@ -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)