...
|
...
|
@@ -40,7 +40,7 @@ $backBtn.on('touchend', function(e) { |
|
|
|
|
|
// 恢复默认的三级选择
|
|
|
$addressListPage.hide();
|
|
|
$addressListPage.find('ul').hide();
|
|
|
$addressListPage.find('ul').hide().find('li').removeClass('highlight');
|
|
|
$addressListPage.children('ul').show().children('li').show();
|
|
|
newArea = [];
|
|
|
} else {
|
...
|
...
|
@@ -131,7 +131,6 @@ $addressListPage.find('.address').each(function(i, elem) { |
|
|
$this.siblings().hide();
|
|
|
$this.children('ul').show().children('li').show();
|
|
|
|
|
|
$(this).removeClass('highlight');
|
|
|
e.srcEvent.preventDefault();
|
|
|
e.srcEvent.stopPropagation();
|
|
|
});
|
...
|
...
|
@@ -155,7 +154,7 @@ $addressListPage.find('.address-last').each(function(i, elem) { |
|
|
|
|
|
// 恢复默认的三级选择
|
|
|
$addressListPage.hide();
|
|
|
$addressListPage.find('ul').hide();
|
|
|
$addressListPage.find('ul').hide().find('li').removeClass('highlight');
|
|
|
$addressListPage.children('ul').show().children('li').show();
|
|
|
newArea = [];
|
|
|
|
...
|
...
|
|