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
郭成尧
8 years ago
Commit
abdf7c7d215d4a530b3c20b20249da7ea11b25ce
1 parent
029abe27
'error-log'
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/activity/controllers/student.js
apps/activity/controllers/student.js
View file @
abdf7c7
...
...
@@ -201,7 +201,7 @@ exports.index = (req, res, next) => {
}
return
userAcquireStatus
(
uid
,
couponids
.
join
(
','
)).
then
((
cous
)
=>
{
coupons
.
data
=
(
coupons
.
data
||
[]).
map
((
item
)
=>
{
coupons
.
data
=
_
.
get
(
coupons
,
'data'
,
[]).
map
((
item
)
=>
{
item
.
status
=
1
;
(
cous
.
data
||
[]).
forEach
((
it
)
=>
{
...
...
Please
register
or
login
to post a comment