Commit 800f80dc by wujiabao

fix

parent b606a91a
......@@ -38,7 +38,7 @@ class BreakageProductDetail extends React.Component{
<div className={'breakProduct'}>
<div className={'breakProductInfo'}>
<div className={'breakProductImg'}>
<img src={breakageProductInfo.product&&breakageProductInfo.product.skuImage} alt=""/>
<img src={breakageProductInfo.product&&UTILPATH.getNewFormatPath(breakageProductInfo.product.skuImage,'middle')} alt=""/>
</div>
<div style={{textAlign:'left',marginLeft:UTILPATH.getRemByPx(10)}}>
<h2 className={'col333 font40'} style={
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment