bug fix
This commit is contained in:
parent
d1f7731d4f
commit
89c8b513f3
@ -61,7 +61,6 @@ export default {
|
|||||||
this.showWc = !(this.hasMetamask && this.isMobile)
|
this.showWc = !(this.hasMetamask && this.isMobile)
|
||||||
this.chain.chainManager.init().then(() => {
|
this.chain.chainManager.init().then(() => {
|
||||||
if (this.chain.logined) {
|
if (this.chain.logined) {
|
||||||
this.checkWalletBind();
|
|
||||||
let event = new Event("account_ready", {
|
let event = new Event("account_ready", {
|
||||||
bubbles: true,
|
bubbles: true,
|
||||||
cancelable: false,
|
cancelable: false,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user