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-27 17:27:56 +0800
Commit
77646132ba06c68e3468a68869fa3fe878ba5d85
2 parents
b4ce5013
8dbbb166
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
public/js/help/help.page.js
public/js/help/help.page.js
View file @
7764613
...
...
@@ -33,7 +33,7 @@ if (keywords) {
$detailCont
=
$
(
'.detail-cont'
);
if
(
result
.
helper_list
)
{
result
.
helper_list
.
forEach
(
function
(
s
)
{
$
.
each
(
result
.
helper_list
,
function
(
k
,
s
)
{
if
(
s
.
helperType
===
'2'
)
{
s
.
problem
=
true
;
s
.
allCont
=
s
.
content
;
...
...
Please
register
or
login
to post a comment