Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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
郭成尧
2016-11-04 11:16:32 +0800
Commit
f8413f32bbd1c87a48d358f4d5873e8ad7f76339
1 parent
982f653c
'srch-model-error'
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/product/models/search.js
apps/product/models/search.js
View file @
f8413f3
...
...
@@ -276,7 +276,7 @@ const searchKeyActivity = (params) => {
cache
:
true
,
code
:
200
}).
then
(
result
=>
{
if
(
result
.
data
)
{
if
(
result
&&
result
.
data
)
{
return
result
.
data
;
}
else
{
return
{};
...
...
Please
register
or
login
to post a comment