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
Plain Diff
Browse Files
Authored by
王水玲
2016-05-20 15:30:18 +0800
Commit
890876044290f7484dea65e78502de32abeb6f90
2 parents
0dfb3f38
a68d23c3
Merge branch 'release/4.4' of
http://git.dev.yoho.cn/web/yohobuy
into release/4.4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
library/WebPlugin/HelperSearch.php
library/WebPlugin/HelperSearch.php
View file @
8908760
...
...
@@ -881,7 +881,7 @@ class HelperSearch
unset(
$params['style']
);
}
$result
= array();
$style
=
$filter['style']
;
$style
=
empty(
$filter['style']
) ? array() :
$filter['style']
;
$styleNum
= 0;
$styleName
= '';
foreach (
$style
as
$v
) {
...
...
Please
register
or
login
to post a comment