...
|
...
|
@@ -921,9 +921,9 @@ function saveReceiptInfo() { |
|
|
if (!verifymobile.test(finalReceiptMobile)) {
|
|
|
$('.invoice-phone .enpty-input').removeClass('hide');
|
|
|
if (finalReceiptMobile.length === 0) {
|
|
|
$('.invoice-phone .enpty-input').html(' 请填写手机号码');
|
|
|
$('.invoice-phone .enpty-input').html(' 请填写手机号码');
|
|
|
} else {
|
|
|
$('.invoice-phone .enpty-input').html(' 手机号码不正确');
|
|
|
$('.invoice-phone .enpty-input').html(' 手机号码不正确');
|
|
|
}
|
|
|
passInfoVerify = false;
|
|
|
}
|
...
|
...
|
|