Commit 9e01949a by 冷斌

fix bug

parent 3df94b5e
......@@ -698,7 +698,7 @@
function(res) {
if (typeof(res) != 'object') {
try {
let res = JSON.parse(res)
// let res = JSON.parse(res)
} catch (e) {
ui.error("处理异常,请重新尝试")
}
......@@ -709,7 +709,7 @@
} else {
ui.error(res.message)
}
})
}, 'json')
},
submitPaper: function() {
let that = this
......
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