Commit 1a66e38c by 陈超

A

parent 8e402e23
......@@ -689,10 +689,10 @@
$.post(
U('exams/Index/doHaddleExams'),
param,
function(res) {
if (typeof(res) != 'object') {
function(r) {
if (typeof(r) != 'object') {
try {
let res = JSON.parse(res)
let res = JSON.parse(r)
} catch (e) {
ui.error("处理异常,请重新尝试")
}
......
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