...
|
...
|
@@ -52,7 +52,7 @@ function confirmAction() { |
|
|
cont = $chooseCont.data('id');
|
|
|
|
|
|
if ($editFlag.val() === 'true') {
|
|
|
if (type === '2' && !myreg.test($tel.attr('data-tel'))) {
|
|
|
if (type === 2 && !myreg.test($tel.attr('data-tel'))) {
|
|
|
tip.show('请输入正确手机号');
|
|
|
$tel.focus();
|
|
|
return false;
|
...
|
...
|
|