Toggle navigation
Toggle navigation
This project
Loading...
Sign in
chenchao
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
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
ccbikai
2015-11-01 18:55:33 +0800
Commit
5772f9049a6ff5855680f75bffaf7d7e3d4f063f
1 parent
b67561e3
逛 穿透问题
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
static/js/home/home.js
static/js/home/home.js
View file @
5772f90
...
...
@@ -73,6 +73,7 @@ $sideNav.on('touchend', 'li', function () {
$
(
'.sub-nav'
).
removeClass
(
'show'
);
$
(
this
).
find
(
'.sub-nav'
).
addClass
(
'show'
);
}
return
false
;
});
//返回一级导航,收起二级导航
...
...
Please
register
or
login
to post a comment