admin
2021-02-04 34a18e852c1e3b5da43da02e6bdeab6b28a1fdd2
BuWanVideo/src/com/weikou/beibeivideo/ui/login/PhoneLoginActivity.java
@@ -255,7 +255,7 @@
            case R.id.tv_obtain_verfication_code:
                String phone = et_phone.getText().toString();
                if (!StringUtils.isMobileNumber(phone)) {
                    SingleToast.showToast(this, "请输入正确的电话号码");
                    SingleToast.showToast(this, "请输入正确的手机号");
                    break;
                }
                tv_obtain_verfication_code.setEnabled(false);
@@ -271,7 +271,7 @@
                String phone1 = et_phone.getText().toString();
                String verficationCode = et_verfication_code.getText().toString();
                if (!StringUtils.isMobileNumber(phone1)) {
                    SingleToast.showToast(this, "请输入正确的电话号码");
                    SingleToast.showToast(this, "请输入正确的手机号");
                    return;
                }
                if (StringUtils.isEmpty(verficationCode)) {
@@ -343,7 +343,7 @@
                    break;
                default:
                    if (showOneKeyLoginToast) {
                        Toast.makeText(this, "暂无法使用电话号码一键登录", Toast.LENGTH_SHORT).show();
                        Toast.makeText(this, "暂无法使用手机号一键登录", Toast.LENGTH_SHORT).show();
                    }
                    break;
            }