Taro-React switchTab 或 redirectTo 到新的 tab 页面没有 render 问题
資深大佬 : lxerxa 8
tab 页面里是这样写的:
componentDidMount () { this.index(); } render () { const { issue: { collection } } = this.props; return ( <View className='index'> <List collection={ collection }/> </View> ) }
index 请求接口了也正常返回数据了,没有 render, 但是刷新页面反而 render 了。第一次进入 Tab 页,nextState 变了没有 render,不知道啥原因?
大佬有話說 (0)