1 | const { history, location } = this.props |
- history调用
.push
.replace
方法后无法获取最新的search/query参数 - 因为history和location都是通过props下发到组件的,所以不能在调用方法后直接获取。组件props跟新会促发
componentWillReceiveProps
- 原生location可以获取
1 | const { history, location } = this.props |
.push
.replace
方法后无法获取最新的search/query参数componentWillReceiveProps
微信打赏
支付宝打赏