使用dva時,經過subscriptions中的setUp,根據路由去請求數據時,在setup函數結束時,頁面上componentDidMount並不必定已經執行完,由於dispatch是異步執行,所以,若是想給state從新賦值,要使用componentWillRecieiveProps中使用setState異步