dev_aliyun2
杨树林 5 years ago committed by harry
parent a0a4f231e7
commit 3e5484f263

@ -130,6 +130,7 @@ class CoursesBanner extends Component {
axios.get(url,{params: axios.get(url,{params:
dataqueryss dataqueryss
}).then((result) => { }).then((result) => {
try {
if(result.data.status===-2){ if(result.data.status===-2){
// this.setState({ // this.setState({
// AccountProfiletype:true, // AccountProfiletype:true,
@ -151,6 +152,10 @@ class CoursesBanner extends Component {
this.onloadupdatabanner() this.onloadupdatabanner()
} }
} }
}catch (e) {
}
}) })
}; };

Loading…
Cancel
Save