Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node-activity
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
shuaiguo
5 years ago
Commit
88b19a2f1d9c6b565963ce8fd92b7c455d158b0f
1 parent
96ca1b95
feat(feature/individuation): 商品组查询参数扩展
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
apps/activity/controllers/individuation.js
apps/activity/controllers/individuation.js
View file @
88b19a2
...
...
@@ -44,7 +44,8 @@ exports.productLst = function(req, res, next) {
getProductList
=
req
.
ctx
(
model
).
ufoProductList
(
params
);
}
else
{
let
keys
=
[
'sort'
,
'misort'
,
'msort'
,
'gender'
,
'brand'
],
// eslint-disable-next-line max-len
let
keys
=
[
'sort'
,
'misort'
,
'msort'
,
'gender'
,
'brand'
,
'price'
,
'p_d'
,
'size'
,
'color'
,
'age_level'
,
'order'
,
'stocknumber'
],
params
=
{
uid
:
uid
,
udid
:
udid
,
...
...
Please
register
or
login
to post a comment