|
|
|
@ -481,12 +481,13 @@ export function TPMIndexHOC(WrappedComponent) {
|
|
|
|
|
}
|
|
|
|
|
`
|
|
|
|
|
}</style>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<NewHeader {...this.state} {...this.props}></NewHeader>
|
|
|
|
|
<Spin spinning={this.state.globalLoading} delay={0} className="globalSpin"
|
|
|
|
|
size="large"
|
|
|
|
|
tip= {this._gLoadingTip || "加载中..."}
|
|
|
|
|
>
|
|
|
|
|
|
|
|
|
|
<NewHeader {...this.state} {...this.props}></NewHeader>
|
|
|
|
|
<div className="newContainer newContainers">
|
|
|
|
|
<WrappedComponent initCommonState={(user)=>this.initCommonState(user)}
|
|
|
|
|
{...this.props} {...this.state}
|
|
|
|
@ -497,11 +498,12 @@ export function TPMIndexHOC(WrappedComponent) {
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</Spin>
|
|
|
|
|
|
|
|
|
|
<NewFooter
|
|
|
|
|
Footerdown={Footerdown}
|
|
|
|
|
/>
|
|
|
|
|
</Spin>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|