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
biao
2016-08-03 16:44:54 +0800
Commit
ce212f1ee2fe202d8968e73fc74015b097066d09
1 parent
7ab8f4c0
update for check the search result
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
apps/channel/models/index.js
apps/channel/models/index.js
View file @
ce212f1
...
...
@@ -742,7 +742,9 @@ const _formatParams = (channel, data) => {
return
searchApi
.
get
(
'/search.json'
,
params
).
then
(
result
=>
{
let
ret
=
result
.
data
;
ret
.
channel
=
channel
;
if
(
ret
)
{
ret
.
channel
=
channel
;
}
return
ret
;
});
...
...
Please
register
or
login
to post a comment