Authored by Lynnic

code reviewed by zhaobiao

@@ -162,10 +162,11 @@ @@ -162,10 +162,11 @@
162 .measurement-method { 162 .measurement-method {
163 .detail { 163 .detail {
164 width: 100%; 164 width: 100%;
  165 + margin-top:0;
  166 + margin-bottom: 0;
165 img { 167 img {
166 width: 100%; 168 width: 100%;
167 - margin-top: pxToRem(18px);  
168 - margin-right: pxToRem(28px); 169 + height:auto;
169 } 170 }
170 } 171 }
171 } 172 }
@@ -172,7 +172,7 @@ @@ -172,7 +172,7 @@
172 {{!-- 商品详情咨询 --}} 172 {{!-- 商品详情咨询 --}}
173 {{#if goodsConsultsPage}} 173 {{#if goodsConsultsPage}}
174 <script> 174 <script>
175 - seajs.use('js/product/detail/loadmore'); 175 + seajs.use('js/product/detail/comments-consults');
176 </script> 176 </script>
177 {{/if}} 177 {{/if}}
178 {{!-- 商品详情我要咨询 --}} 178 {{!-- 商品详情我要咨询 --}}