Commit d10f92a4 by wujiabao

fix bug

parent d54d5f01
......@@ -15,8 +15,8 @@ class BreakageProductDetail extends React.Component{
code:2
}
],
statusColor:-1,
positionColor:-1
statusColor:0,
positionColor:0
}
}
......@@ -76,7 +76,7 @@ class BreakageProductDetail extends React.Component{
</div>
</div>
<div className={'breakProductPosition'}>
{ positionColor===-1?null:<img src={breakageProductInfo.product.skuPositionList[positionColor].filePath} alt=""/>}
{<img src={breakageProductInfo.product.skuPositionList[positionColor].filePath} alt=""/>}
</div>
</div>
</div>
......
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