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-11 11:16:11 +0800
Commit
a73447c90d1b664c2ed11b0cc6e4edc328f9fb1b
1 parent
b5a985fd
'shop-coupon-uid'
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
apps/product/controllers/list.js
apps/product/controllers/list.js
View file @
a73447c
...
...
@@ -495,6 +495,9 @@ const userCoupon = (req, res, next) => {
}
}
cryptCouponId
=
parseInt
(
cryptCouponId
,
10
);
uid
=
parseInt
(
uid
,
10
);
if
(
uid
)
{
listModel
.
receiveCoupon
(
uid
,
...
...
Please
register
or
login
to post a comment