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