|
@@ -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
|
+}); |