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
郭成尧
9 years ago
Commit
b435ae6bd9b693f5847f1a7e7814c02d145a8d94
1 parent
58473d6c
断码区尺码筛选数据
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/product/models/sale-handler.js
apps/product/models/sale-handler.js
View file @
b435ae6
...
...
@@ -200,7 +200,7 @@ exports.handleSalebreakingYardsSortData = (origin, params) => {
_
.
forEach
(
origin
[
0
],
function
(
value
)
{
let
size
=
{};
size
.
checked
=
false
;
size
.
href
=
handleFilterUrl
(
params
,
{
size
:
value
.
size_id
});
size
.
name
=
value
.
size_name
;
...
...
Please
register
or
login
to post a comment