Commit 4294492b by 陈超

A

parent d33ada95
......@@ -89,7 +89,7 @@
if(data.status == 1) {
} else {
ui.error(data.info ? data.info : data.data)
ui.error(data.info != undefined ? data.info : data.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