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
Plain Diff
Browse Files
Authored by
王水玲
2016-12-26 13:31:31 +0800
Commit
10e705ab0a831606e9df6a620f2259559e73fc4c
2 parents
0c40f939
1ab9b573
Merge branch 'feature/wsl5.3' into release/2.0
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 @
10e705a
...
...
@@ -215,7 +215,7 @@ const _processSearch = (list, params) => {
const
_processDetailData
=
(
result
,
params
)
=>
{
let
menuData
=
[];
let
contData
=
false
;
let
data
=
result
[
1
].
data
;
let
data
=
result
[
1
].
data
||
{}
;
let
nav
=
[];
// 常见问题
...
...
Please
register
or
login
to post a comment