Authored by biao

去掉“查看更多”显示判断的js代码

... ... @@ -91,12 +91,6 @@ if ($('.goods-consults-page').length > 0) {
$('#yoho-footer').css('border-top', '1px solid #e0e0e0');
}
if ($('.goods-consults .consult-item').length > 10) {
$('.readmore').show();
} else {
$('.readmore').hide();
}
if (readmoreHammer) {
readmoreHammer.on('tap', function() {
$('.readmore').hide();
... ...