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-23 18:03:26 +0800
Commit
3f240c3510ec22a1642194bfe56384cae7f1f604
2 parents
b177da0f
25d7f3a2
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 @
3f240c3
...
...
@@ -15,7 +15,7 @@ var queryId = qs.id;
var
page
=
qs
.
page
||
1
;
var
keywords
=
qs
.
helpQuery
;
var
$cate
=
$
(
'.cateId-'
+
queryId
);
// 当前分类
let
parentID
;
var
parentID
;
require
(
'../common/header'
);
require
(
'../common/return-top'
);
...
...
Please
register
or
login
to post a comment