...
|
...
|
@@ -33,7 +33,6 @@ class RegisterNew { |
|
|
this.requested = false;
|
|
|
|
|
|
this.view.clearMobile.on('click', this.clearMobile.bind(this));
|
|
|
this.view.getVerifyCodeBtn.on('click', this.imgVerifyInit.bind(this));
|
|
|
this.view.regBtn.on('click', this.register.bind(this));
|
|
|
this.view.mobileInput.bind('input', this.changeRegBtnStatus.bind(this));
|
|
|
this.view.inviteCodeInput.bind('input', this.changeRegBtnStatus.bind(this));
|
...
|
...
|
|