Commit 8e402e23 by 陈超

A

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