秦鹏 il y a 3 ans
Parent
commit
081bd87b35
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/components/login/registration.vue

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

@@ -442,7 +442,7 @@ export default {
         );
       }
     },
-    // 验证码的验证只能输入数字
+    // 验证码的验证只能输入数字 
     verification_codeChange() {
       this.ruleForm.verification_code = this.ruleForm.verification_code.replace(
         /[^\d]/g,