Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
yyq
2017-09-05 18:49:04 +0800
Commit
c9efbcdee070f24470c10c73ca1c842b641d2c19
1 parent
f17f75f8
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/cart/controllers/order-ensure.js
apps/cart/controllers/order-ensure.js
View file @
c9efbcd
...
...
@@ -92,7 +92,7 @@ const sendCheckSms = (req, res, next) => {
}
return
next
();
}
}
;
// 提交订单
const
submit
=
(
req
,
res
,
next
)
=>
{
...
...
Please
register
or
login
to post a comment