React类组件setState是有回调函数的啊!!!

46 阅读1分钟

今天第一次接手别人写的项目,就看到这么一段代码 -_- image.png

setState是有回调函数的,正确写法应该如下:

image.png