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 18:05:11 +0800
Commit
7d70f67eb2221e640a215e19a631c32955a4c9df
2 parents
91708c16
910dbb27
Merge branch 'release/2.0' of git.yoho.cn:fe/yoho-blk 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 @
7d70f67
...
...
@@ -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