Showing
1 changed file
with
3 additions
and
2 deletions
@@ -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 |
-
Please register or login to post a comment