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
郭成尧
2018-04-17 16:41:46 +0800
Commit
338afd003a938af737975d597aadddbe421255d8
1 parent
9548d593
cache-no
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletions
apps/cart/models/shopping.js
apps/home/models/coupon-new.js
apps/cart/models/shopping.js
View file @
338afd0
...
...
@@ -258,7 +258,12 @@ class shoppingModel extends global.yoho.BaseModel {
coupon_code
:
params
.
coupon_code
};
return
this
.
get
({
data
:
param
});
return
this
.
get
({
data
:
param
,
param
:
{
cache
:
false
}
});
}
/**
...
...
apps/home/models/coupon-new.js
View file @
338afd0
...
...
@@ -15,6 +15,9 @@ class CouponNewModel extends global.yoho.BaseModel {
filter
:
params
.
filter
||
0
,
limit
:
20
,
page
:
params
.
page
||
1
},
param
:
{
cache
:
false
}
});
}
...
...
Please
register
or
login
to post a comment