@ -393,7 +393,8 @@ export function TPMIndexHOC(WrappedComponent) {
}
})
showGlobalLoading = () => {
showGlobalLoading = (tip) => {
this._gLoadingTip = tip || '加载中,请稍后...';
this.setState({ globalLoading: true })
hideGlobalLoading = () => {