首先在外部 声明一下 _this 这时navigationOptions里的_this 还是找不到
方法一 :在构造里 super 下 让 _this=this
方法二:在componentDidMount 里让 _this=this
这样就能获取 props了
首先在外部 声明一下 _this 这时navigationOptions里的_this 还是找不到
方法一 :在构造里 super 下 让 _this=this
方法二:在componentDidMount 里让 _this=this
这样就能获取 props了