Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
王水玲
8 years ago
Commit
014bcd19c848bfab89e65cac4e1b7db2f72947e8
1 parent
25d7f3a2
帮助中心修改
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/help/models/help.js
apps/help/models/help.js
View file @
014bcd1
...
...
@@ -315,7 +315,7 @@ const searchData = (params) => {
return
helpApi
.
helpSearch
(
params
).
then
(
result
=>
{
return
_
.
assign
({
keywords
:
params
.
keywords
},
_processSearch
(
_
.
get
(
result
,
'data
.data
'
,
[]),
params
));
},
_processSearch
(
_
.
get
(
result
,
'data'
,
[]),
params
));
});
};
...
...
Please
register
or
login
to post a comment