标签: android ajax reactjs native
在用户点击下拉列表之前
当用户点击保管箱值时,我的Android应用程序会相应地显示下面的表格,如显示表格中的访客信息和付款,如下图所示。
请告诉我如何做到这一点。
答案 0 :(得分:0)
我找到了答案。
首先,将状态设置为this.setState({guestInfoTable : <View> Content </View>})
this.setState({guestInfoTable : <View> Content </View>})
然后,在渲染功能中添加{ this.state.guestInfoTable },它对我有用!感谢您的观看。
{ this.state.guestInfoTable }