fix help cooperative page image

dev_hss
p31729568 5 years ago
parent fa6258ea3e
commit 71823d5c04

@ -59,7 +59,7 @@ class Cooperatives extends React.Component {
<List.Item>
<div className="cooperative-item-list-item">
<a href={obj.url || 'javascript:void(0)'} target={obj.url && '_blank'}>
<img className="" height="90" src={getImageUrl(obj.img)} />
<img className="" height="90" src={getImageUrl(obj.img.substr(1))} />
</a>
</div>
</List.Item>

Loading…
Cancel
Save