Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
姜枫
2016-07-28 17:59:21 +0800
Commit
e24e0c58ce95225d92dfbae7bcd683be115e47db
1 parent
f7833841
handle merge
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/shopping/models/pay.js
apps/shopping/models/pay.js
View file @
e24e0c5
...
...
@@ -158,7 +158,7 @@ const updateOrderPayBank = (code, payment, bankCode) => {
const
savePrePayInfo
=
(
code
,
payment
,
uid
)
=>
{
return
co
(
function
*
()
{
let
data
=
yield
api
.
savePrePayInfo
(
code
,
payment
,
uid
);
return
data
;
})();
};
...
...
Please
register
or
login
to post a comment