This commit is contained in:
陆柯 2023-08-14 11:39:07 +08:00
parent e18018f03c
commit b6508ba76e

View File

@ -13,7 +13,6 @@ module.exports = {
let landSet = wo?.i18n?.landSet || wo?.ss?.i18n?.landSet || {}
for (let land of Object.values(landSet)) {
if (land.itc === itc) {
console.log(land)
if (land.phoneRegex) {
return new RegExp(land.phoneRegex).test(callnumber)
} else {