mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-06 17:36:45 +08:00
考试提交改为30秒
This commit is contained in:
@@ -92,8 +92,8 @@
|
||||
if(this.examId){
|
||||
this.loadExamInfo();
|
||||
}
|
||||
this.debouncedPresent = this.throttle(this.present, 5000);
|
||||
this.confirmStop = this.throttle(this.submitTest,5000)
|
||||
this.debouncedPresent = this.throttle(this.present, 30000);
|
||||
this.confirmStop = this.throttle(this.submitTest,30000)
|
||||
},
|
||||
methods: {
|
||||
changeTimer(){
|
||||
|
||||
Reference in New Issue
Block a user