mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-14 13:26:44 +08:00
修改为10秒保存一次,考试 时
This commit is contained in:
@@ -698,7 +698,9 @@ export default {
|
||||
stopReckon:function(){
|
||||
window.clearInterval(this.reckonTimeer)
|
||||
},
|
||||
// 开始提交答案
|
||||
/**
|
||||
* 开始提交答案
|
||||
*/
|
||||
startUpdateAnswer:function(){
|
||||
if(this.paperQuestion.length==0){
|
||||
return;
|
||||
@@ -709,7 +711,7 @@ export default {
|
||||
let that = this;
|
||||
this.updateAnswerTimeer =window.setInterval(function(){
|
||||
that.updateAnswer();
|
||||
},60000);//测试时可以修改的变小了
|
||||
},10000);//测试时可以修改的变小了
|
||||
},
|
||||
// 停止提交答案
|
||||
stopUpdateAnswer(){
|
||||
|
||||
Reference in New Issue
Block a user