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
8 years ago
Commit
770b390c71c566c6c1276d78370f2c2922c9f458
1 parent
e8a17f51
地址联动事件绑定
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
web-static/js/home/common-address.js
web-static/js/home/common-address.js
View file @
770b390
...
...
@@ -174,7 +174,7 @@ var address = {
}
},
loadAllData
:
function
(
areaCode
,
domOptions
,
isInit
)
{
loadAllData
:
function
(
areaCode
,
domOptions
,
unbind
)
{
var
the
=
this
;
the
.
initDomIds
(
domOptions
);
...
...
@@ -204,7 +204,7 @@ var address = {
$
(
'#'
+
this
.
streetsDomId
).
show
();
}
if
(
isInit
)
{
if
(
!
unbind
)
{
the
.
bindAreaChange
(
domOptions
);
}
}
...
...
Please
register
or
login
to post a comment