Closed jiasongs closed 6 years ago
_handleMessage = (e) => { const { onPress } = this.props onPress && onPress(e) this.setState({ data: JSON.parse(e.nativeEvent.data) }); }
1.4.1版本新增点击事件,echarts版本更新至4.1.0 rc2
_handleMessage = (e) => { const { onPress } = this.props onPress && onPress(e) this.setState({ data: JSON.parse(e.nativeEvent.data) }); }