feat: fix
This commit is contained in:
@@ -117,4 +117,8 @@ export function genNTRPRequirementText(min, max) {
|
||||
return `${formatNtrpDisplay(max)} 以上`;
|
||||
}
|
||||
return "-";
|
||||
}
|
||||
}
|
||||
|
||||
export function isPhoneNumber(str) {
|
||||
return /^1[3-9]\d{9}$/.test(str);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user