Authored by 周少峰

搜索提示

... ... @@ -397,7 +397,7 @@ class HelperSearch
$brandParam = $brandIds;
unset($brandParam[$key]);
$params['brand'] = implode(',', $brandParam);
self::$selected['brand'][] = array(
self::$selected['brand'] = array(
'name' => $brandAll[$val],
'href' => self::buildUrl($params)
);
... ...
... ... @@ -213,7 +213,8 @@ class SearchModel
*/
public static function getSuggest($query)
{
$result = SearchData::getSuggest();
$param = array();
$result = SearchData::getSuggest($param);
return $result;
}
}
\ No newline at end of file
... ...