| | |
| | | */ |
| | | |
| | | public class LoginVerifyCodeActivity extends Activity implements View.OnClickListener { |
| | | private ImageView iv_close, iv_contact_kefu; |
| | | private ImageView iv_close; |
| | | private TextView tv_mobile_num, tv_count_down, tv_count_down_hint, tv_not_received_sms, |
| | | tv_input_error, tv_top_hint; |
| | | tv_input_error, tv_top_hint,tv_help; |
| | | private VerifyCodeViewShowLine et_verify_code_num; |
| | | LinearLayout ll_verify_code_error; |
| | | Long uid; |
| | |
| | | |
| | | private void init() { |
| | | iv_close = findViewById(R.id.iv_close); |
| | | iv_contact_kefu = findViewById(R.id.iv_contact_kefu); |
| | | tv_help = findViewById(R.id.tv_help); |
| | | tv_mobile_num = findViewById(R.id.tv_mobile_num); |
| | | tv_count_down = findViewById(R.id.tv_count_down); |
| | | tv_count_down_hint = findViewById(R.id.tv_count_down_hint); |
| | |
| | | |
| | | private void addListener() { |
| | | iv_close.setOnClickListener(this); |
| | | iv_contact_kefu.setOnClickListener(this); |
| | | tv_help.setOnClickListener(this); |
| | | tv_count_down.setOnClickListener(this); |
| | | tv_not_received_sms.setOnClickListener(this); |
| | | et_verify_code_num.setInputCompleteListener(new VerifyCodeViewShowLine.InputCompleteListener() { |
| | |
| | | case R.id.iv_close: |
| | | finish(); |
| | | break; |
| | | case R.id.iv_contact_kefu: |
| | | case R.id.tv_help: |
| | | KeFuUtil.jumpKeFu(LoginVerifyCodeActivity.this, "验证码输入"); |
| | | break; |
| | | case R.id.tv_not_received_sms://信息没有收到 |