|
@@ -236,7 +236,6 @@ export default {
|
|
|
.get(this.$store.state.api + "selectRaceDetail", params)
|
|
|
.then((res) => {
|
|
|
if (res.data.length > 0) {
|
|
|
- debugger
|
|
|
this.raceInfo = JSON.parse(res.data[0][0].info);
|
|
|
this.raceOverView = JSON.parse(res.data[0][0].overview);
|
|
|
this.raceProcess = JSON.parse(res.data[0][0].process);
|