...
|
...
|
@@ -6,6 +6,7 @@ |
|
|
var $ = require('jquery'),
|
|
|
Swiper = require('yoho.iswiper'),
|
|
|
lazyLoad = require('yoho.lazyload'),
|
|
|
noticeScroll = require('../plugin/notice-scroll'),
|
|
|
$mobileWrap = $('.mobile-wrap'),
|
|
|
$overlay = $('.overlay'),
|
|
|
$sideNav = $('.side-nav'),
|
...
|
...
|
@@ -24,6 +25,7 @@ var start = 0, |
|
|
isen = true;
|
|
|
|
|
|
lazyLoad($('img.lazy'));
|
|
|
noticeScroll('.notice', $('.notice').data('time') * 1000);
|
|
|
|
|
|
$('.nav-btn').on('touchstart', function() {
|
|
|
$sideNav.css('pointer-events', 'none');
|
...
|
...
|
|