在react中,state和props数据更新,就会重新render,但是当层级过深时,可能就不会触发渲染,这时候就要用到 this.forceUpdate();
this.forceUpdate();