Authored by hongweigao

为你优选埋点

@@ -21,7 +21,7 @@ function _getCommonFilterValue() { @@ -21,7 +21,7 @@ function _getCommonFilterValue() {
21 21
22 $attrchecked.each(function() { 22 $attrchecked.each(function() {
23 var $this = $(this); 23 var $this = $(this);
24 - 24 +
25 var key = $this.parents('.attr-content').prev().html(), 25 var key = $this.parents('.attr-content').prev().html(),
26 name = $this.attr('name'); 26 name = $this.attr('name');
27 27