Authored by yyq

Merge branch 'release/1.0' of git.yoho.cn:fe/yoho-blk into release/1.0

... ... @@ -257,7 +257,9 @@ function initAddressContent($el, areaCode) {
function newAddress(isInit) {
var address;
address = addressDialogFactory();
address = addressDialogFactory({
init: isInit ? true : false
});
if (isInit) {
address.$el.addClass('is-init');
... ...