Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
周少峰
9 years ago
Commit
4288bf2b986a0a47e8d924645c40925a99df9842
1 parent
cdb5b594
注释提示错误
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
library/Plugin/HelperSearch.php
library/Plugin/HelperSearch.php
View file @
4288bf2
...
...
@@ -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 $
colo
r
* @param array $
filte
r
* @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
) {
...
...
Please
register
or
login
to post a comment