Skip to content

Commit

Permalink
fix($tel): add 6 v2
Browse files Browse the repository at this point in the history
  • Loading branch information
iq9891 committed Jul 19, 2019
1 parent 8b6fe13 commit e92f046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/emfe-formtest/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export default {
childAccount(val) {
/* eslint-disable */
//子账户正则
const childAccountPattern = /^(1[3456789][0-9]{9}):(1[345789][0-9]{9})$/;
const childAccountPattern = /^(1[3456789][0-9]{9}):(1[3456789][0-9]{9})$/;
/* eslint-disable */
return childAccountPattern.test(val);
},
Expand Down

0 comments on commit e92f046

Please sign in to comment.