Ver código fonte

测试推送

秦鹏 3 anos atrás
pai
commit
081bd87b35
1 arquivos alterados com 1 adições e 1 exclusões
  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,