40485fb8 by yangjianbin

init

1 parent 7d646a69
......@@ -120,6 +120,7 @@
// json.data[i][0] = '<a href="/message/'+json.data[i][0]+'>View message</a>';
// }
var ret = {};
ret.data = json.data;
ret.draw = json.page.currentPage;
ret.recordsTotal = json.page.totalNumber;
ret.recordsFiltered = json.page.totalNumber;
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!