...
|
...
|
@@ -13,7 +13,7 @@ var $allProductCell = $('.allproduct'), |
|
|
|
|
|
require('../common');
|
|
|
|
|
|
//初始化container高度
|
|
|
// 初始化container高度
|
|
|
(function() {
|
|
|
var $header = $('.yoho-header');
|
|
|
var h = $(window).height() - $header.outerHeight() - $allProductCell.outerHeight();
|
...
|
...
|
@@ -65,4 +65,4 @@ $allProductCell.on('touchstart', function() { |
|
|
$(this).addClass('highlight');
|
|
|
}).on('touchend touchcancel', function() {
|
|
|
$(this).removeClass('highlight');
|
|
|
}); |
|
|
\ No newline at end of file |
|
|
}); |
...
|
...
|
|