Merge branch 'dev_aliyun' of http://bdgit.educoder.net/Hjqreturn/educoder into dev_aliyun

chromesetting
cxt 5 years ago
commit 6eb5e56382

@ -299,11 +299,11 @@ class College extends Component {
render: (text, record) => (
<span>
{
record.id===1? <img width="18px" height="22px" className="mt8" src={getImageUrl("/images/educoder/competition/1.png")}/>
record.id===1? <img width="18px" height="22px" className="mt8" src={getImageUrl("images/educoder/competition/1.png")}/>
:record.id===2?
<img width="18px" height="22px" className="mt8" src={getImageUrl("/images/educoder/competition/2.png")}/>
<img width="18px" height="22px" className="mt8" src={getImageUrl("images/educoder/competition/2.png")}/>
:record.id===3?
<img width="18px" height="22px" className="mt8" src={getImageUrl("/images/educoder/competition/3.png")}/>
<img width="18px" height="22px" className="mt8" src={getImageUrl("images/educoder/competition/3.png")}/>
:record.id
}
</span>

Loading…
Cancel
Save