// 手机正则 checkPhone(phone){ return /^1[3456789]\d{9}$/.test(phone); },
手机号正则
原文:https://www.cnblogs.com/pyx-blog/p/14812807.html