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
郝肖肖
2016-11-29 18:02:57 +0800
Commit
918b1bd773d4522b58762e997e13254ee0991395
1 parent
7f4d8335
商品优惠券列表去除cache
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/product/models/coupon.js
apps/product/models/coupon.js
View file @
918b1bd
...
...
@@ -14,7 +14,7 @@ exports.queryProdPageCoupons = (uid, skn, brandId) => {
brandId
};
return
api
.
get
(
''
,
param
,
{
cache
:
true
}
);
return
api
.
get
(
''
,
param
);
};
/**
...
...
Please
register
or
login
to post a comment