Commit 8e402e23 by 陈超

A

parent 30170f36
......@@ -687,7 +687,7 @@
that.cacheQuestion()
let param = this.collectParam()
$.post(
U('exams/Index/doProgressExams'),
U('exams/Index/doHaddleExams'),
param,
function(res) {
if (typeof(res) != 'object') {
......@@ -697,6 +697,7 @@
ui.error("处理异常,请重新尝试")
}
}
console.log(res)
if (res.status == 1) {
ui.success(res.data.info)
window.location.href = res.data.jumpurl
......
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