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
yyq
2018-10-17 11:31:32 +0800
Commit
cf8914b7ffaf91fce17cb9b1a4dea5a1ad0ed374
1 parent
541976d8
fix cut price
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 @
cf8914b
...
...
@@ -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