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
Plain Diff
Browse Files
Authored by
郭成尧
2017-01-12 15:41:22 +0800
Commit
1026b8ce0d50373a706a4a90429850143dd24cc9
2 parents
bae19942
294bbe8b
Merge branch 'feature/payEnd' into 'release/5.4'
code See merge request
!136
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
apps/cart/controllers/pay.js
apps/cart/models/pay.js
apps/cart/controllers/pay.js
View file @
1026b8c
...
...
@@ -90,7 +90,7 @@ const payAli = (req, res, next) => {
}).
catch
(
next
);
};
// 零
度
支付
// 零
元
支付
const
payZero
=
(
req
,
res
,
next
)
=>
{
let
headerData
=
headerModel
.
setNav
({
navTitle
:
'支付完成'
...
...
apps/cart/models/pay.js
View file @
1026b8c
...
...
@@ -51,7 +51,7 @@ const _getOtherDetail = (param) => {
method
:
'app.SpaceOrders.detail'
,
uid
:
param
.
uid
,
order_code
:
param
.
orderCode
},
{
code
:
20
}).
then
((
result
)
=>
{
},
{
code
:
20
0
}).
then
((
result
)
=>
{
return
result
;
...
...
Please
register
or
login
to post a comment