更新手机号段
This commit is contained in:
		| @@ -124,7 +124,7 @@ | ||||
|       } | ||||
|  | ||||
|       const checkPhone = (rule, value, callback) => { | ||||
|         const phoneReg = /^1[3|4|5|7|8][0-9]{9}$/ | ||||
|         const phoneReg = /^1[3|4|5|6|7|8|9][0-9]{9}$/ | ||||
|         if (!value) { | ||||
|           return callback(new Error('电话号码不能为空')) | ||||
|         } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user