Authored by 周少峰

清空选中失效修改

@@ -941,6 +941,7 @@ class HelperSearch @@ -941,6 +941,7 @@ class HelperSearch
941 if ($data) { 941 if ($data) {
942 $result['conditions'] = $data; 942 $result['conditions'] = $data;
943 } 943 }
  944 + $result['clearUrl'] = self::current();
944 return $result; 945 return $result;
945 } 946 }
946 947
@@ -1369,8 +1370,6 @@ class HelperSearch @@ -1369,8 +1370,6 @@ class HelperSearch
1369 public static function filter() 1370 public static function filter()
1370 { 1371 {
1371 $result = array(); 1372 $result = array();
1372 - //清除选中  
1373 - $result['checkedConditions']['clearUrl'] = self::current();  
1374 //频道 1373 //频道
1375 $result['channel'] = array(); 1374 $result['channel'] = array();
1376 //性别 1375 //性别