...
|
...
|
@@ -351,7 +351,6 @@ class HelperSearch |
|
|
|
|
|
/**
|
|
|
* 品牌,可以多选
|
|
|
* @param array $brand
|
|
|
* @param array $filter
|
|
|
* @param array $options
|
|
|
* @return array
|
...
|
...
|
@@ -525,7 +524,7 @@ class HelperSearch |
|
|
|
|
|
/**
|
|
|
* 颜色,不能多选
|
|
|
* @param array $color
|
|
|
* @param array $filter
|
|
|
* @return array
|
|
|
*/
|
|
|
public static function color($filter) {
|
...
|
...
|
@@ -580,7 +579,7 @@ class HelperSearch |
|
|
|
|
|
/**
|
|
|
* 获取价格,不能多选
|
|
|
* @param array $price
|
|
|
* @param array $filter
|
|
|
* @return array
|
|
|
*/
|
|
|
public static function price($filter) {
|
...
|
...
|
@@ -638,7 +637,7 @@ class HelperSearch |
|
|
|
|
|
/**
|
|
|
* 风格,可以多选
|
|
|
* @param array $style
|
|
|
* @param array $filter
|
|
|
* @return array
|
|
|
*/
|
|
|
public static function style($filter) {
|
...
|
...
|
|