guanchunjie 3 år sedan
förälder
incheckning
5a5248e0e7
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      src/components/login/registration.vue

+ 1 - 1
src/components/login/registration.vue

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