Commit f2b4175d by 陈超

A

parent dfc7cf06
......@@ -600,12 +600,7 @@
this.cacheQuestion()
this.current += 1
} else {
let that = this
ui.confirm("已经是最后一题了,是否交卷?", { // 是否返回第一题
yes: function() {
that.submitPaper()
}
})
this.showFinish = true
}
},
onPreviousQuestion: function() {
......@@ -641,7 +636,8 @@
}
},
//Request
saveProgress: function() {
//Collect Params
collectParam: function() {
let that = this
let time = that.info.reply_time * 60 - that.timeConsumed
let param = {
......@@ -661,6 +657,11 @@
break
}
})
return param
},
saveProgress: function() {
let that = this
let param = this.collectParam()
console.log(param)
return
$.post(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment