mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-30 11:07:52 +08:00
Image src 无效
This commit is contained in:
parent
3925bee84d
commit
86d6225ced
@ -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 (
|
||||
|
Loading…
Reference in New Issue
Block a user