Commit 36cb6212 by 冷斌

推广

parent 454e5821
......@@ -92,8 +92,10 @@
return;
}
}
console.log(res);
ui.error(res.info);
console.log(res.info);
console.log(res);
if (res.status == 1) {
ui.success(res.info);
setTimeout(function () {
......
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