Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wangshusheng
/
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
Plain Diff
Browse Files
Authored by
biao
2016-02-03 16:12:01 +0800
Commit
d89e226d174a4bae804040d15a081711fb4c38d9
2 parents
73ac9eba
4267ca70
Merge branch 'develop/wap' into beta/wap
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
static/js/home/home.js
static/js/home/home.js
View file @
d89e226
...
...
@@ -63,7 +63,7 @@ $sideNav.on('touchstart', 'li', function(e) {
});
$sideNav
.
on
(
'touchmove'
,
function
(
e
)
{
e
.
stopPropagation
()
;
return
false
;
});
//返回一级导航,收起二级导航
...
...
Please
register
or
login
to post a comment