src/tabviews/zshare/settingcomponent/index.jsx
@@ -22,17 +22,6 @@ confirmLoading: false, // 自定义设置模态框加载中 } /** * @description 卡片初始化,设置卡片的配置信息 */ UNSAFE_componentWillMount () { } UNSAFE_componentWillReceiveProps(nextProps) { } shouldComponentUpdate (nextProps, nextState) { return !is(fromJS(this.props), fromJS(nextProps)) || !is(fromJS(this.state), fromJS(nextState)) }