fengjuan 4 年之前
父节点
当前提交
e743344d15
共有 1 个文件被更改,包括 22 次插入22 次删除
  1. 22 22
      index.html

+ 22 - 22
index.html

@@ -341,28 +341,28 @@
 					$('body').removeClass('on-menu');
 					return false;
 				});
-				$('.carousel').swipe({
-					threshold: 25,
-					allowPageScroll: 'vertical',
-					swipe: function(event, direction, distance, duration, fingerCount, fingerData) {
-						console.log(direction);
-						if(direction == 'left') {
-							$(this).carousel('next');
-						} else {
-							$(this).carousel('prev');
-						}
-					}
-				});
-
-				if(browser == 'ie6' || browser == 'ie7' || browser == 'ie8' || browser == 'ie9') {
-
-				} else {
-					new WOW({
-						callback: function(box) {
-
-						}
-					}).init();
-				}
+//				$('.carousel').swipe({
+//					threshold: 25,
+//					allowPageScroll: 'vertical',
+//					swipe: function(event, direction, distance, duration, fingerCount, fingerData) {
+//						console.log(direction);
+//						if(direction == 'left') {
+//							$(this).carousel('next');
+//						} else {
+//							$(this).carousel('prev');
+//						}
+//					}
+//				});
+
+//				if(browser == 'ie6' || browser == 'ie7' || browser == 'ie8' || browser == 'ie9') {
+//
+//				} else {
+//					new WOW({
+//						callback: function(box) {
+//
+//						}
+//					}).init();
+//				}
 
 				$('#carousel-homebanner').on('slid.bs.carousel', function() {
 					var ind = $('#carousel-homebanner .item').index($('#carousel-homebanner .item.active'));