...
|
...
|
@@ -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();
|
...
|
...
|
|