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