guanchunjie 3 năm trước cách đây
mục cha
commit
4109f70d63
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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,