使用dva时,经过subscriptions中的setUp,根据路由去请求数据时,在setup函数结束时,页面上componentDidMount并不必定已经执行完,由于dispatch是异步执行,所以,若是想给state从新赋值,要使用componentWillRecieiveProps中使用setState异步