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 10:19:12 +0800
Commit
f5ba75620ea8b3b28940a0321c9dc419cea0a35b
1 parent
f86dde29
api-change
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/cart/models/shopping.js
apps/cart/models/shopping.js
View file @
f5ba756
...
...
@@ -269,7 +269,7 @@ class shoppingModel extends global.yoho.BaseModel {
*/
useCoupon
(
uid
,
couponCode
)
{
let
param
=
{
method
:
'app.
Shopping.use
Coupon'
,
method
:
'app.
coupons.bindP
Coupon'
,
coupon_code
:
couponCode
,
uid
};
...
...
Please
register
or
login
to post a comment