|
@@ -39,8 +39,6 @@ function showFooter() { |
|
@@ -39,8 +39,6 @@ function showFooter() { |
39
|
|
39
|
|
40
|
showFooter();
|
40
|
showFooter();
|
41
|
|
41
|
|
42
|
-require('./detail/like');
|
|
|
43
|
-
|
|
|
44
|
lazyLoad($('img.lazy'));
|
42
|
lazyLoad($('img.lazy'));
|
45
|
|
43
|
|
46
|
if ($('#goodsDiscount h1').length < 1) {
|
44
|
if ($('#goodsDiscount h1').length < 1) {
|
|
@@ -120,6 +118,7 @@ $('#limit-sale').on('touchend', function(e) { |
|
@@ -120,6 +118,7 @@ $('#limit-sale').on('touchend', function(e) { |
120
|
}
|
118
|
}
|
121
|
});
|
119
|
});
|
122
|
|
120
|
|
|
|
121
|
+require('./detail/like');
|
123
|
require('./detail/desc');
|
122
|
require('./detail/desc');
|
124
|
require('./detail/comments-consults');
|
123
|
require('./detail/comments-consults');
|
125
|
require('./detail/consultform');
|
124
|
require('./detail/consultform');
|
|
@@ -148,5 +147,3 @@ $.ajax({ |
|
@@ -148,5 +147,3 @@ $.ajax({ |
148
|
if ($('.good-detail-page').length > 0) {
|
147
|
if ($('.good-detail-page').length > 0) {
|
149
|
$('#yoho-footer').css('border-top', '1px solid #e0e0e0');
|
148
|
$('#yoho-footer').css('border-top', '1px solid #e0e0e0');
|
150
|
} |
149
|
} |
151
|
-
|
|
|
152
|
- |
|
|