Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
郭成尧
8 years ago
Commit
d946f9a124760e9bc2458718b7ae9d23ba09ec19
1 parent
9936d57d
undefined-handle
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
public/js/plugin/filter.js
public/js/plugin/filter.js
View file @
d946f9a
...
...
@@ -15,13 +15,13 @@ let fCbFn, hCbFn; // 筛选和关闭的回调
// 隐藏筛选界面
function
hideFilter
()
{
setTimeout
(
function
()
{
$filter
.
addClass
(
'hide'
);
$filter
&&
$filter
.
addClass
(
'hide'
);
},
301
);
}
// 显示筛选界面
function
showFilter
()
{
$filter
.
removeClass
(
'hide'
);
$filter
&&
$filter
.
removeClass
(
'hide'
);
}
// 一级菜单点击时背景高亮
...
...
Please
register
or
login
to post a comment