1.对接会员列表 2.对接排队叫号
This commit is contained in:
@@ -178,3 +178,13 @@ export function commOrderPrintData(orderInfo) {
|
||||
|
||||
return data;
|
||||
}
|
||||
|
||||
/**
|
||||
* 校验手机号
|
||||
* @param {*} phone
|
||||
* @returns
|
||||
*/
|
||||
export function regPhone(phone) {
|
||||
let reg = /^(?:(?:\+|00)86)?1\d{10}$/;
|
||||
return reg.test(phone);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user