diff --git a/src/views/jsxt/competition/examDetail.vue b/src/views/jsxt/competition/examDetail.vue index 5dd2b83a4..b7290c1fd 100644 --- a/src/views/jsxt/competition/examDetail.vue +++ b/src/views/jsxt/competition/examDetail.vue @@ -159,7 +159,6 @@ export default { async getUserStatus() { this.resultFlag = false; const res = await getRaceUserById(this.$route.query.raceId); - // console.log(res.data.status); if (this.$route.query.type == 'theory' && (res.data.status == 4 || res.data.status == 5)) { this.$router.replace({ path: `/jsxt/result`, query: { type: 'theory', raceId:this.$route.query.raceId } }); } else if (this.$route.query.type == 'operation' && (res.data.status == 4 || res.data.status == 6)) { @@ -182,8 +181,6 @@ export default { getPracticalQuestion(this.$route.query.raceId).then((responese)=>{ if (responese.data) { participantCreatTrainingRoom(this.$route.query.raceId, {mapId: 41, prdType: '02'}).then(resp => { - // const query = { lineCode: '11', mapId: '41', group: resp.data, prdType: '03', raceId: this.$route.query.raceId}; - // this.$router.replace({ path: `/displayNew/demon`, query: query}); const query = { lineCode: '11', mapId: '41', group: resp.data, raceId: this.$route.query.raceId}; this.$router.replace({ path: `/jointTrainingNew`, query: query}); }); diff --git a/src/views/jsxt/competition/result.vue b/src/views/jsxt/competition/result.vue index 2a28b381f..9882d484a 100644 --- a/src/views/jsxt/competition/result.vue +++ b/src/views/jsxt/competition/result.vue @@ -4,23 +4,19 @@ {{ $t('exam.examResultsDetails') }}