Merge branch 'dev_aliyun' of http://bdgit.educoder.net/Hjqreturn/educoder into dev_aliyun

dev_aliyun_beta
p31729568 5 years ago
commit e0c7bec49a

@ -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