Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
yyq
8 years ago
Commit
91b5b75a52a8138dc17a497f4f943e6a13009dec
1 parent
1ea23130
地址联动bug
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
public/js/cart/order-new/areaSelect.js
public/js/cart/order-new/areaSelect.js
View file @
91b5b75
...
...
@@ -268,6 +268,10 @@ var areaSelect = {
if
(
data
&&
data
.
length
)
{
if
(
select
&&
!
selInfo
.
id
)
{
select
=
this
.
area
.
id
||
0
;
this
.
town
=
{
id
:
select
,
text
:
'全部'
}
_h
=
'<span class="ai'
+
select
+
' all-town on" data-id="'
+
select
+
'" data-text="全部">全部</span>'
+
_h
;
}
else
{
...
...
Please
register
or
login
to post a comment