Authored by yyq

Merge branch 'release/5.4.1' of git.yoho.cn:fe/YOHOBUYPC into release/5.4.1

... ... @@ -12609,7 +12609,7 @@ var address = {
}
},
loadAllData: function(areaCode, domOptions, isInit) {
loadAllData: function(areaCode, domOptions, unbind) {
var the = this;
the.initDomIds(domOptions);
... ... @@ -12639,7 +12639,7 @@ var address = {
$('#' + this.streetsDomId).show();
}
if (isInit) {
if (!unbind) {
the.bindAreaChange(domOptions);
}
}
... ...
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.