Authored by 郭成尧

del-imgVerifyInit

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