_gLoadingTip

dev_aliyun_beta
hjm 6 years ago
parent 4956404de7
commit b259ca70b4

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

Loading…
Cancel
Save