以列表列式动态创建EChart不报错也不显示,代码示例: { this.state.chartDataArr.map((item, index) => { let cell = <View className="lk-chart-view"> <EChart echarts={echarts} option={getChartOption102(item)}/> </View> return cell }) } 