Authored by 周少峰

清空选中失效修改

... ... @@ -941,6 +941,7 @@ class HelperSearch
if ($data) {
$result['conditions'] = $data;
}
$result['clearUrl'] = self::current();
return $result;
}
... ... @@ -1369,8 +1370,6 @@ class HelperSearch
public static function filter()
{
$result = array();
//清除选中
$result['checkedConditions']['clearUrl'] = self::current();
//频道
$result['channel'] = array();
//性别
... ...