|
|
@@ -117,13 +117,13 @@ public class ActBindMobileRegister extends BaseActivity {
|
|
|
* @param view
|
|
|
*/
|
|
|
public void getCaptcha(View view) {
|
|
|
- bind_mobile_register_code_tv.setEnabled(false);
|
|
|
//检查手机号
|
|
|
final String mobile = bindMobileRegisterPhoneEt.getText().toString().trim();
|
|
|
if(!StringUtils.isMobile(mobile)){
|
|
|
G.showToast("请填写正确的手机号!");
|
|
|
return;
|
|
|
}
|
|
|
+ bind_mobile_register_code_tv.setEnabled(false);
|
|
|
//提交数据获取验证码
|
|
|
JSONObject jsonObject = new JSONObject();
|
|
|
jsonObject.put("mobile", mobile);
|