Commit add383eb by ethanlamzs

提交demo

1 parent 63891f96
......@@ -28,6 +28,10 @@ export function getSchoolLists(req, res, u) {
const params = getUrlParams(url);
console.log('server side recevice params:')
console.log(url);
console.log(params);
const count = (params.pageSize * 1) || 40;
const result = schoolList(count,params.name);
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!