Authored by xuqi

phone regx

... ... @@ -65,7 +65,7 @@ function validateAddress($el) {
],
phone: [
{
regx: /[\d-]+/,
regx: /^[\d-]+$/,
err: '只能包含数字、-组合',
skipWhenEmpty: true
}
... ...