From 89c8b513f3ec6ab664f74c6568559209481b65fb Mon Sep 17 00:00:00 2001 From: cebgcontract <99630598+cebgcontract@users.noreply.github.com> Date: Thu, 17 Nov 2022 20:39:45 +0800 Subject: [PATCH] bug fix --- src/views/mobile/Login.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/views/mobile/Login.vue b/src/views/mobile/Login.vue index 7126d64..bb5f5ed 100644 --- a/src/views/mobile/Login.vue +++ b/src/views/mobile/Login.vue @@ -61,7 +61,6 @@ export default { this.showWc = !(this.hasMetamask && this.isMobile) this.chain.chainManager.init().then(() => { if (this.chain.logined) { - this.checkWalletBind(); let event = new Event("account_ready", { bubbles: true, cancelable: false,