|
|
@ -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) => {
|
|
|
|
|
|
|
|
|
|
|
|