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
邱骏
6 years ago
Commit
9059139ff8c60466ceaa37d43afc061fcbac85d2
1 parent
8379288f
updat
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
apps/cart/controllers/buy-now-controller.js
apps/cart/controllers/buy-now-controller.js
View file @
9059139
...
...
@@ -515,7 +515,6 @@ class BuyNowController {
co
(
function
*
()
{
let
result
=
yield
req
.
ctx
(
BuyNowModel
).
groupBuyPayment
(
params
);
console
.
log
(
result
);
return
res
.
json
(
result
);
})().
catch
(
next
);
}
...
...
Please
register
or
login
to post a comment