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
Plain Diff
Browse Files
Authored by
yyq
2018-10-17 11:32:00 +0800
Commit
c1ebbf39adc0fdc43bb300e53bb185031fd35a7f
2 parents
61eded69
cf8914b7
Merge branch 'feature/activityTpl' into release/6.7.9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
apps/activity/models/feature.js
apps/activity/models/feature.js
View file @
c1ebbf3
...
...
@@ -29,7 +29,8 @@ class featureModel extends global.yoho.BaseModel {
return
this
.
get
({
data
:
{
productSkn
:
_
.
uniq
(
skns
),
method
:
'h5.product.batch'
method
:
'h5.product.batch'
,
contain_all
:
'Y'
// 商品全部返回(包含无库存)
},
param
:
{
cache
:
true
...
...
Please
register
or
login
to post a comment