...
|
...
|
@@ -101,9 +101,10 @@ if ($('.cart-nav').length > 0) { |
|
|
}
|
|
|
|
|
|
if (switchChose === false) {
|
|
|
$('.shopping-cart-good .name').each(function() {
|
|
|
$cartContentShow.find('.shopping-cart-good .name').each(function() {
|
|
|
this.mlellipsis(2);
|
|
|
});
|
|
|
switchChose = true;
|
|
|
}
|
|
|
|
|
|
if (cartType === 'ordinary') {
|
...
|
...
|
|