Authored by ccbikai

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

@@ -180,9 +180,10 @@ $submit.on('touchend', function() { @@ -180,9 +180,10 @@ $submit.on('touchend', function() {
180 180
181 // 省市区 181 // 省市区
182 $area.on('touchend', function() { 182 $area.on('touchend', function() {
183 - $footer.hide();  
184 $pageWrap.hide(); 183 $pageWrap.hide();
185 - $addressListPage.show(); 184 + $addressListPage.show(1, function() {
  185 + $footer.hide();
  186 + });
186 currentPage = 'list'; 187 currentPage = 'list';
187 }); 188 });
188 189