Showing
1 changed file
with
0 additions
and
6 deletions
@@ -91,12 +91,6 @@ if ($('.goods-consults-page').length > 0) { | @@ -91,12 +91,6 @@ if ($('.goods-consults-page').length > 0) { | ||
91 | $('#yoho-footer').css('border-top', '1px solid #e0e0e0'); | 91 | $('#yoho-footer').css('border-top', '1px solid #e0e0e0'); |
92 | } | 92 | } |
93 | 93 | ||
94 | -if ($('.goods-consults .consult-item').length > 10) { | ||
95 | - $('.readmore').show(); | ||
96 | -} else { | ||
97 | - $('.readmore').hide(); | ||
98 | -} | ||
99 | - | ||
100 | if (readmoreHammer) { | 94 | if (readmoreHammer) { |
101 | readmoreHammer.on('tap', function() { | 95 | readmoreHammer.on('tap', function() { |
102 | $('.readmore').hide(); | 96 | $('.readmore').hide(); |
-
Please register or login to post a comment