Authored by 毕凯

地址选择偶尔不选中

@@ -131,6 +131,7 @@ $addressListPage.find('.address').each(function(i, elem) { @@ -131,6 +131,7 @@ $addressListPage.find('.address').each(function(i, elem) {
131 $this.siblings().hide(); 131 $this.siblings().hide();
132 $this.children('ul').show().children('li').show(); 132 $this.children('ul').show().children('li').show();
133 133
  134 + $(this).removeClass('highlight');
134 e.srcEvent.preventDefault(); 135 e.srcEvent.preventDefault();
135 e.srcEvent.stopPropagation(); 136 e.srcEvent.stopPropagation();
136 }); 137 });