Authored by biao

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

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