dev_forum
杨树林 5 years ago
parent dee235ce19
commit d33eca5486

@ -103,7 +103,7 @@ class ListPageIndex extends Component{
<div className="newMain clearfix">
{/*头部banner*/}
<CoursesBanner {...this.props}></CoursesBanner>
{/*{yslGuideone===null||yslGuideone===undefined||yslGuideone===false?*/}
{/* (*/}
{/* this.props.isAdmin()===true?*/}

@ -359,6 +359,9 @@ class LoginRegisterComponent extends Component {
if(weekArray===undefined){
weekArray="/";
}
if(weekArray===null){
weekArray="/";
}
window.location.href = weekArray;
}
}

@ -37,6 +37,9 @@ class Notcompletedysl extends Component {
if(weekArray===undefined){
weekArray="/";
}
if(weekArray===null){
weekArray="/";
}
window.location.href = weekArray;
}

Loading…
Cancel
Save