提交 4cc73748 编写于 作者: doc_wei's avatar doc_wei

解决身份证号不支持X的问题

上级 ae9438ca
......@@ -122,7 +122,7 @@
'日期格式校验'
],
identity: [
/(^$)|(^\d{15}$)|(^\d{17}(x|X|\d)$)/,
/(^$)|(^\d{18}$)|(^\d{15}$)|(^\d{17}(x|X|\d)$)/,
'请输入正确的身份证号',
'身份证校验'
],
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册