Closed hungchai closed 4 years ago
這個this.state.login根本沒有用,因為就算是密碼不正確也是true.
if (response.buff != null && response.error == 0) { console.debug("登录成功"); if (!this.state.closing) { this.state.login = true; // 登录成功了回调一下 if (this.onlogin != undefined && typeof this.onlogin == 'function') { this.onlogin(true, response); } } }
你好,可加qq群108534288联系管理员解决。
這個this.state.login根本沒有用,因為就算是密碼不正確也是true.