Authored by ccbikai(👎🏻🍜)

Merge remote-tracking branch 'origin/hotfix/installmentBank'

... ... @@ -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,18 +34,9 @@ $('.detail-tab span').on('click', function() {
if ($(this).index() === 1) {
setDetailText();
lazyLoad($('img.lazy'));
setTimeout(function() {
setDefaultHeight();
}, 2000);
}
});
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%;
... ...
... ... @@ -82,7 +82,7 @@
.title-box {
margin-left: 22px;
width: 240px;
width: 210px;
.product-name {
overflow: hidden;
... ...