Authored by 王水玲

分期优化

... ... @@ -25,15 +25,6 @@ function setDetailText() {
});
}
// function setDefaultHeight() {
// var $detailImg = $('.good-detail-img');
//
// $detailImg.css({
// height: $detailImg.find('img').height() - 1,
// background: '#c3c3c3'
// });
// }
setDetailText();
$('.detail-tab span').on('click', function() {
... ... @@ -43,17 +34,9 @@ $('.detail-tab span').on('click', function() {
if ($(this).index() === 1) {
setDetailText();
lazyLoad($('img.lazy'));
// setTimeout(function() {
// setDefaultHeight();
// }, 2500);
}
});
// setTimeout(function() {
// setDefaultHeight();
// }, 2500);
window.setCookie('installmentUid', window.queryString.uid);
window.setCookie('udid', window.queryString.udid);
window.setCookie('clientType', window.queryString.client_type);
... ...
... ... @@ -103,13 +103,9 @@
height: auto;
}
.good-thumb {
width: 100%;
height: 100%;
}
.good-detail-img {
height: auto;
background: #c3c3c3;
img {
height: 100%;
... ...