Commit c0587131 by 冷斌

fix bug

parent 48ab019d
...@@ -280,9 +280,9 @@ ...@@ -280,9 +280,9 @@
cache: false, cache: false,
success: function (data) { success: function (data) {
if (data.status == '0') { if (data.status == '0') {
ui.error(data.info); ui.error(data.message);
} else { } else {
ui.success(data.info); ui.success(data.data.info);
iscollect(isCollect); iscollect(isCollect);
} }
}, },
......
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