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
王洪广
2016-06-16 15:48:55 +0800
Commit
b0ffd5a83d93ebd38d3525d0fc789306132dd69c
1 parent
64da9b9c
fix nav problem
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletions
public/js/product/outlet/nav.js
public/js/product/outlet/nav.js
View file @
b0ffd5a
...
...
@@ -26,7 +26,12 @@ function initNavScroll(opt) {
iScroll
=
new
IScroll
(
$navBox
[
0
],
{
scrollX
:
true
,
scrollY
:
false
scrollY
:
false
,
mouseWheel
:
true
,
scrollbars
:
true
,
probeType
:
3
,
preventDefault
:
false
,
click
:
true
});
return
{
...
...
Please
register
or
login
to post a comment