diff --git a/src/project/qujing/AppLegalLearning/testForm.vue b/src/project/qujing/AppLegalLearning/testForm.vue index 4eda307..6947778 100644 --- a/src/project/qujing/AppLegalLearning/testForm.vue +++ b/src/project/qujing/AppLegalLearning/testForm.vue @@ -138,11 +138,11 @@ export default { // 提交 submit() { // 分数区间 - switch(this.assessments) { - case this.assessments[0].: console.log(1); - break; - case 2: - } + // switch(this.assessments) { + // case this.assessments[0]: console.log(1); + // break; + // case 2: + // } // 用时 const endTime = new Date().getTime() this.studyDuration = Math.ceil((endTime - this.nowTime) / 1000 / 60)