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
1ab9b5736332a28f781403e7cbc5bddfee1ffcc6
1 parent
014bcd19
帮助中心修改
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 @
1ab9b57
...
...
@@ -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