Showing
2 changed files
with
5 additions
and
0 deletions
@@ -64,6 +64,10 @@ $cateContainer.on('touchend', function(e) { | @@ -64,6 +64,10 @@ $cateContainer.on('touchend', function(e) { | ||
64 | 64 | ||
65 | $subLevel.not('.hide').addClass('hide'); | 65 | $subLevel.not('.hide').addClass('hide'); |
66 | $subLevel.eq(index).removeClass('hide'); | 66 | $subLevel.eq(index).removeClass('hide'); |
67 | + | ||
68 | + $subLevel.css({ | ||
69 | + top: $cur.offset().top - 60 | ||
70 | + }); | ||
67 | } | 71 | } |
68 | }); | 72 | }); |
69 | 73 |
-
Please register or login to post a comment