未验证 提交 c3be6749 编写于 作者: L lgcareer 提交者: GitHub

Merge pull request #659 from lgcareer/dev-1.1.0

fix bug.The cellphone is not supported for 199 telecom segment when create a user (#641)
......@@ -134,7 +134,7 @@
let regEmail = /^([a-zA-Z0-9]+[_|\-|\.]?)*[a-zA-Z0-9]+@([a-zA-Z0-9]+[_|\-|\.]?)*[a-zA-Z0-9]+\.[a-zA-Z]{2,}$/ // eslint-disable-line
// Mobile phone number regular
let regPhone = /^1(3|4|5|6|7|8)\d{9}$/; // eslint-disable-line
let regPhone = /^1(3|4|5|6|7|8|9)\d{9}$/; // eslint-disable-line
// user name
if (!this.userName) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册