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