src/templates/sharecomponent/actioncomponent/index.jsx
@@ -843,6 +843,10 @@ } } shouldComponentUpdate (nextProps, nextState) { return !is(fromJS(this.props), fromJS(nextProps)) || !is(fromJS(this.state), fromJS(nextState)) } /** * @description 组件销毁,清除state更新 */