dev_winse
杨树明 6 years ago
parent 550dae9c83
commit a082283212

@ -226,10 +226,11 @@ class DetailCards extends Component{
startshixunCombattype:true, startshixunCombattype:true,
}) })
} else { } else {
window.location.href = "/tasks/" + response.data.game_identifier; // window.location.href = "/tasks/" + response.data.game_identifier;
// window.location.href = path // window.location.href = path
// let path="/tasks/"+response.data.game_identifier; // let path="/tasks/"+response.data.game_identifier;
// this.props.history.push(path); // this.props.history.push(path);
window.open("/tasks/" + response.data.game_identifier);
} }
}).catch((error) => { }).catch((error) => {

Loading…
Cancel
Save