Image src 无效

This commit is contained in:
liaoxuezhi 2019-07-11 17:20:17 +08:00
parent 5c39d6bfc8
commit 8000fa0ff8

View File

@ -33,7 +33,7 @@ export class ImageField extends React.Component<ImageProps, object> {
src,
} = this.props;
const finnalSrc = src ? filter(src) : '';
const finnalSrc = src ? filter(src, data) : '';
let value = this.props.value;
return (