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
郭成尧
9 years ago
Commit
10aeaf19780c8d5cebb58a113e9bc52064922d7f
1 parent
7323ec67
breakingyardsjichushuju
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
apps/product/models/sale.js
apps/product/models/sale.js
View file @
10aeaf1
...
...
@@ -2,7 +2,7 @@
* @Author: Targaryen
* @Date: 2016-05-19 10:20:08
* @Last Modified by: Targaryen
* @Last Modified time: 2016-05-20 16:
20:33
* @Last Modified time: 2016-05-20 16:
52:10
*/
'use strict'
;
...
...
@@ -127,7 +127,7 @@ exports.getbreakingYardsData = () => {
finalResult
.
category
=
result
[
0
].
data
;
}
if
(
result
[
1
].
code
===
200
)
{
finalResult
.
goodsList
=
result
[
1
].
data
;
finalResult
.
goodsList
=
handleSaleGoodsListData
(
result
[
1
].
data
)
;
}
return
finalResult
;
});
...
...
Please
register
or
login
to post a comment