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
Email Patches
Plain Diff
Browse Files
Authored by
xuhongyun
2016-12-14 12:10:16 +0800
Commit
a8566aa95e66f62bb0690c4cf1dcbf4d60d489f8
1 parent
c5c6670b
打印搜索结果
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
code/apps/common/interfaces/yohosearch.js
code/apps/common/interfaces/yohosearch.js
View file @
a8566aa
...
...
@@ -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