dev_forum
杨树林 5 years ago
parent 666b2e4b29
commit bfe5e24935

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

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

Loading…
Cancel
Save