Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
张丽霞
9 years ago
Commit
f02a1e62480d5ccf8e8bd49b77e645e287b033c5
1 parent
0bf983c3
电子发票
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
web-static/js/order/ensure.js
web-static/js/order/ensure.js
View file @
f02a1e6
...
...
@@ -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
(
'æ
26
; 请填写手机号码'
);
$
(
'.invoice-phone .enpty-input'
).
html
(
'æ
3e
; 请填写手机号码'
);
}
else
{
$
(
'.invoice-phone .enpty-input'
).
html
(
'æ
26
; 手机号码不正确'
);
$
(
'.invoice-phone .enpty-input'
).
html
(
'æ
3e
; 手机号码不正确'
);
}
passInfoVerify
=
false
;
}
...
...
Please
register
or
login
to post a comment