|
@@ -436,7 +436,7 @@ export default {
|
|
this_.$message.warning("请先输入邮箱或手机号码");
|
|
this_.$message.warning("请先输入邮箱或手机号码");
|
|
}
|
|
}
|
|
},
|
|
},
|
|
- // 验证码的验证只能输入数字
|
|
|
|
|
|
+ // 验证码的验证只能输入数字
|
|
verification_codeChange() {
|
|
verification_codeChange() {
|
|
this.ruleForm.verification_code = this.ruleForm.verification_code.replace(
|
|
this.ruleForm.verification_code = this.ruleForm.verification_code.replace(
|
|
/[^\d]/g,
|
|
/[^\d]/g,
|