Authored by Lynnic

code reviewed by zhaobiao

... ... @@ -162,10 +162,11 @@
.measurement-method {
.detail {
width: 100%;
margin-top:0;
margin-bottom: 0;
img {
width: 100%;
margin-top: pxToRem(18px);
margin-right: pxToRem(28px);
height:auto;
}
}
}
... ...
... ... @@ -172,7 +172,7 @@
{{!-- 商品详情咨询 --}}
{{#if goodsConsultsPage}}
<script>
seajs.use('js/product/detail/loadmore');
seajs.use('js/product/detail/comments-consults');
</script>
{{/if}}
{{!-- 商品详情我要咨询 --}}
... ...