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
郭成尧
2016-05-19 11:07:54 +0800
Commit
f8bd40dda0d1d666b873732d638c1b7b1666e239
1 parent
95305231
基础原始数据
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/product/models/sale.js
apps/product/models/sale.js
View file @
f8bd40d
...
...
@@ -18,7 +18,7 @@ const api = new API();
*/
const
handleSaleData
=
(
origin
)
=>
{
var
dest
=
{};
dest
=
origin
;
return
dest
;
};
...
...
Please
register
or
login
to post a comment