Authored by xuqi

fix click through bug

... ... @@ -104,6 +104,8 @@ function initFilter(opt) {
var $this = $(e.target),
$cur;
e.preventDefault();//防止透点
if ($this.closest('.filter-body').length > 0) {
$cur = $this.closest('.sub-item');
if ($cur.length > 0) {
... ...