Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-portal-fe2
·
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
xuhongyun
2016-12-14 12:10:46 +0800
Commit
f24a1cd595e029be53e06f2febb64baf852299e2
2 parents
481c9bb0
a8566aa9
Merge branch 'dev-xuhongyun' into grey
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
code/apps/common/interfaces/yohosearch.js
server/interfaces/common.yohosearch.js
code/apps/common/interfaces/yohosearch.js
View file @
f24a1cd
...
...
@@ -32,6 +32,7 @@ module.exports = {
var
data
=
{};
data
.
list
=
[];
try
{
console
.
info
(
body
);
body
=
JSON
.
parse
(
body
);
var
dataList
=
body
.
data
.
product_list
;
var
goodslist
=
[];
...
...
server/interfaces/common.yohosearch.js
View file @
f24a1cd
...
...
@@ -32,6 +32,7 @@ module.exports = {
var
data
=
{};
data
.
list
=
[];
try
{
console
.
info
(
body
);
body
=
JSON
.
parse
(
body
);
var
dataList
=
body
.
data
.
product_list
;
var
goodslist
=
[];
...
...
Please
register
or
login
to post a comment