Authored by yyq

地址联动事件绑定

... ... @@ -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);
}
}
... ...