Authored by 郭成尧

newstyle

... ... @@ -93,11 +93,11 @@
{{#isEqualOr type 'productGroup'}}
{{! 商品池}}
{{#if newStyle}}
{{#isEqualOr newStyle '1'}}
{{> feature/product-new-style}}
{{^}}
{{> feature/product-old-style}}
{{/if}}
{{/isEqualOr}}
{{/isEqualOr}}
{{/component}}
</div>
... ...
... ... @@ -128,7 +128,9 @@ function diXuanFuInit() {
});
});
$('.floor').last().css('margin-bottom', $bottomFixClickArea.height());
setTimeout(() => {
$('.floor').last().css('margin-bottom', $bottomFixClickArea.height());
}, 500);
}
function videoInit() {
... ...