Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-activity-platform
·
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
yyq
2018-08-06 13:40:00 +0800
Commit
bf180114428f44e2c0fc359139daee090e64d6c7
1 parent
e561fba7
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
apps/admin/controllers/activity.js
apps/admin/controllers/activity.js
View file @
bf18011
...
...
@@ -54,7 +54,6 @@ const zeroBuy = {
}).
catch
(
next
);
},
zeroBuySwitch
(
req
,
res
,
next
)
{
console
.
log
(
req
.
body
.
on
?
1
:
0
);
req
.
ctx
(
ActivityModel
).
editZerobuyStatus
(
req
.
body
.
id
,
req
.
body
.
on
?
1
:
0
)
.
then
(
res
.
json
).
catch
(
next
);
},
...
...
Please
register
or
login
to post a comment