Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
在一个函数里面触发两个action会渲染两次
onClick = () => { store.action1() store.action2() }
这时候会触发两次更新,希望只更新一次