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,