Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
yyq
8 years ago
Commit
732e27ed8ce275edb59dc7bcb53ff5815ea5e023
1 parent
ae90411c
fix filter size
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
apps/product/models/search-handler.js
public/scss/product/_left-content.css
apps/product/models/search-handler.js
View file @
732e27e
...
...
@@ -737,7 +737,7 @@ exports.handleFilterData = (origin, params, total) => {
}];
// 尺码处理
if
(
!
_
.
isEmpty
(
origin
.
size
)
&&
((
params
.
msort
&&
!
_
.
includes
(
params
.
msort
,
','
))
||
params
.
misort
||
params
.
sort
)
)
{
if
(
!
_
.
isEmpty
(
origin
.
size
)
&&
params
.
category_id
)
{
dest
.
size
=
[];
...
...
public/scss/product/_left-content.css
View file @
732e27e
...
...
@@ -99,6 +99,11 @@
color
:
#666
;
height
:
22px
;
line-height
:
22px
;
margin-left
:
10px
;
}
&
.suggest-list
a
{
margin-left
:
0
;
}
}
...
...
Please
register
or
login
to post a comment