mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-09 10:56:47 +08:00
修改方法
This commit is contained in:
@@ -92,6 +92,8 @@
|
|||||||
if(this.examId){
|
if(this.examId){
|
||||||
this.loadExamInfo();
|
this.loadExamInfo();
|
||||||
}
|
}
|
||||||
|
this.debouncedPresent = this.debounce(this.present, 500);
|
||||||
|
this.confirmStop = this.debounce(this.submitTest,500)
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
changeTimer(){
|
changeTimer(){
|
||||||
@@ -396,11 +398,7 @@
|
|||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
created() {
|
|
||||||
this.debouncedPresent = this.debounce(this.present, 500);
|
|
||||||
this.confirmStop = this.debounce(this.submitTest,500)
|
|
||||||
},
|
|
||||||
|
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user