Authored by hf

fixes bugs to gzip css and js

... ... @@ -6565,7 +6565,6 @@ define("js/me/fav", ["jquery","hammer","swiper","handlebars","source-map","index
* @author: chenglong<chenglong.wang@yoho.cn>
* @date: 2015/11/12
*/
var $ = require("jquery"),
Hammer = require("hammer"),
Swiper = require("swiper");
... ... @@ -8770,13 +8769,6 @@ if ($('.cart-nav').length > 0) {
return;
}
if (switchChose === false) {
$cartContentShow.find('.shopping-cart-good .name').each(function() {
this.mlellipsis(2);
});
switchChose = true;
}
if (cartType === 'ordinary') {
cartType = 'advance';
$('#cartType').val('advance');
... ... @@ -8793,6 +8785,13 @@ if ($('.cart-nav').length > 0) {
$cartContentShow = $cartContent.not('.hide');
if (switchChose === false) {
$cartContentShow.find('.shopping-cart-good .name').each(function() {
this.mlellipsis(2);
});
switchChose = true;
}
//trigger lazyload
$(window).trigger('scroll');
});
... ... @@ -9025,7 +9024,7 @@ function didUpdateAllGoodsCheckStatus() {
$(checkedBox).removeClass('icon-cb-checked').addClass('icon-checkbox');
});
}
window.history.go(0);
window.location.href = '/cart/index/index?cartType=' + $('#cartType').val();
}
function bottomCheckBoxHandeler(isSelected, type, handlerAfterTouch) {
... ...
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
{
"name": "yohobuy",
"version": "1.2.1",
"version": "1.2.2",
"description": "yohobuy statics",
"keywords": [],
"homepage": "",
... ...