Commit f2a5282c by 陈超

A

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