Commit f2a5282c by 陈超

A

parent ecbcf49a
...@@ -85,11 +85,11 @@ ...@@ -85,11 +85,11 @@
async:false, async:false,
type:'post', type:'post',
success: function(data){ success: function(data){
console.log(data) let res = JSON.parse(data)
if(data.status == 1) { if(res.status == 1) {
} else { } else {
ui.error(data.data) ui.error(res.data)
} }
}}) }})
} else { } else {
......
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