This commit is contained in:
shijingjing
2023-02-15 10:21:47 +08:00
parent b5c9963de2
commit 3d1614e99a

View File

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