diff --git a/src/project/qujing/AppLegalLearning/components/GeneralLawExam.vue b/src/project/qujing/AppLegalLearning/components/GeneralLawExam.vue index 9906255..64056a1 100644 --- a/src/project/qujing/AppLegalLearning/components/GeneralLawExam.vue +++ b/src/project/qujing/AppLegalLearning/components/GeneralLawExam.vue @@ -112,8 +112,6 @@ export default { }) }, handleToTest({id, examinationDuration: time, examinationType }) { - - console.log(time, examinationType,this.studyDuration); if(examinationType == 1) { if(this.studyDuration && this.studyDuration < time) { return uni.showModal({