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
yyq
2017-02-23 10:20:22 +0800
Commit
fd6f642996dfb76a8d446ccd531cfa0394a88dd9
1 parent
c6537ec6
fix bug
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
web-static/js/home/returns-apply.js
web-static/js/home/returns-apply.js
View file @
fd6f642
...
...
@@ -382,7 +382,7 @@ function packExchangeInfo() {
}
res
.
areaCode
=
$street
.
val
();
if
(
!
verifyTip
&&
!
res
.
areaCode
*
1
)
{
if
(
!
verifyTip
&&
!
(
res
.
areaCode
*
1
)
)
{
verifyTip
=
'请选择地区'
;
}
...
...
Please
register
or
login
to post a comment