Authored by ccbikai

修改地址 共有底部不乱显示

... ... @@ -180,9 +180,10 @@ $submit.on('touchend', function() {
// 省市区
$area.on('touchend', function() {
$footer.hide();
$pageWrap.hide();
$addressListPage.show();
$addressListPage.show(1, function() {
$footer.hide();
});
currentPage = 'list';
});
... ...