Authored by 张丽霞

电子发票

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