1.在父组件中绑定state值,传给子组件, 2.当父组件点击事件时,改变state值 3.子组件用componentWillReceiveProps()接收变化的props, 4.子组件执行父组件的回调函数进行接收值