提交 8d0daeb6 authored 作者: chscls@163.com's avatar chscls@163.com

图片判空

上级 46916acd
......@@ -1494,17 +1494,21 @@ export default class tableCom extends Component {
break;
case 'ImgUploadCom':
if(value==null||value==""){
cm=<></>
}else{
cm = <>
<img src={config.httpServer + value} style={{ width: json.width, height: json.height }} />
{
get === 'mobile' ?
<br />
: ''
}
</>;
}
cm = <>
<img src={config.httpServer + value} style={{ width: json.width, height: json.height }} />
{
get === 'mobile' ?
<br />
: ''
}
</>;
break;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论