为什么反应原生无法检测到我的道具

时间:2017-10-20 11:14:59

标签: android react-native

我将道具交给另一个组件 示例

<LoadImage image={images} />

在组件LoadImage

在方法渲染中我给出了console.log()

render(){
 console.log(this.props.image,'&', this.props.image.originHeight)
}

为什么this.props.image上的调试模式在图像上给出了带有hasproperty originHeight的描述对象。 但是在this.props.image.originHeight给出结果未定义?

enter image description here

0 个答案:

没有答案