Authored by 郭成尧

category-pop

@@ -59,8 +59,8 @@ $categoryContainer.on('touchend', function(e) { @@ -59,8 +59,8 @@ $categoryContainer.on('touchend', function(e) {
59 59
60 $cur = $this.closest('.p-level-item'); 60 $cur = $this.closest('.p-level-item');
61 61
62 - //第一次单击右则空白处,出现冒泡  
63 - if ($(e.target).closest('.sub-level').length <=0) { 62 + // 第一次单击右则空白处,出现冒泡
  63 + if ($(e.target).closest('.sub-level').length <= 0) {
64 e.preventDefault(); 64 e.preventDefault();
65 } 65 }
66 66
@@ -13,7 +13,7 @@ var $allProductCell = $('.allproduct'), @@ -13,7 +13,7 @@ var $allProductCell = $('.allproduct'),
13 13
14 require('../common'); 14 require('../common');
15 15
16 -//初始化container高度 16 +// 初始化container高度
17 (function() { 17 (function() {
18 var $header = $('.yoho-header'); 18 var $header = $('.yoho-header');
19 var h = $(window).height() - $header.outerHeight() - $allProductCell.outerHeight(); 19 var h = $(window).height() - $header.outerHeight() - $allProductCell.outerHeight();
@@ -34,8 +34,8 @@ $categoryContainer.on('touchend', function(e) { @@ -34,8 +34,8 @@ $categoryContainer.on('touchend', function(e) {
34 34
35 $cur = $this.closest('.p-level-item'); 35 $cur = $this.closest('.p-level-item');
36 36
37 - //第一次单击右则空白处,出现冒泡  
38 - if ($(e.target).closest('.sub-level').length <=0) { 37 + // 第一次单击右则空白处,出现冒泡
  38 + if ($(e.target).closest('.sub-level').length <= 0) {
39 e.preventDefault(); 39 e.preventDefault();
40 } 40 }
41 41
@@ -70,4 +70,4 @@ $allProductCell.on('touchstart', function() { @@ -70,4 +70,4 @@ $allProductCell.on('touchstart', function() {
70 $(this).addClass('highlight'); 70 $(this).addClass('highlight');
71 }).on('touchend touchcancel', function() { 71 }).on('touchend touchcancel', function() {
72 $(this).removeClass('highlight'); 72 $(this).removeClass('highlight');
73 -});  
  73 +});