Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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
837d6e0441d728ced89ad86862119ce21d25dfce
1 parent
49fa9dd7
feat(活动模板): 商品组新增查询参数
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/activity/controllers/individuation.js
apps/activity/controllers/individuation.js
View file @
837d6e0
...
...
@@ -41,7 +41,7 @@ exports.productLst = function(req, res, next) {
getProductList
=
req
.
ctx
(
model
).
ufoProductList
(
params
);
}
else
{
let
keys
=
[
'sort'
,
'misort'
,
'msort'
,
'gender'
,
'brand'
,
'price'
,
'p_d'
,
'size'
,
'color'
,
'age_level'
,
'order'
,
'stocknumber'
],
let
keys
=
[
'sort'
,
'misort'
,
'msort'
,
'gender'
,
'brand'
,
'price'
,
'p_d'
,
'size'
,
'color'
,
'age_level'
,
'order'
,
'stocknumber'
,
'shop_id'
,
'firstProductSkn'
],
params
=
{
uid
:
uid
,
udid
:
udid
,
...
...
Please
register
or
login
to post a comment