<Modal width='720px' title="店铺设置"``>
{
tagList ?
<Row>
{
tagList.map((item,i)=>{
if(item.isDefault == 1){
return (<Col span={8} key={i} ><Checkbox disabled={true} checked={item.isShopHaveTag ? true: false}><img src={JSON.parse(item.tagIcon).src}/>{item.tagName}</Checkbox></Col>)
}else{
return (<Col span={8} key={i}><Checkbox checked={item.isShopHaveTag ? true:false} ><img src={JSON.parse(item.tagIcon).src}/>{item.tagName}</Checkbox></Col>)
}
})
}
</Row>
:''
}
</Modal>
弑天下
相关分类