去掉console

This commit is contained in:
shijingjing
2023-03-23 11:25:18 +08:00
parent 77a88dba26
commit 2eb5df3759

View File

@@ -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({