Commit 4dff3798 authored by hujun's avatar hujun

跟进列表分页

parent 2f268118
...@@ -96,12 +96,6 @@ class Remark extends Basic ...@@ -96,12 +96,6 @@ class Remark extends Basic
return $this->response(200,'成功',$data); return $this->response(200,'成功',$data);
} }
/**
* @return \think\Response
* @throws \think\db\exception\DataNotFoundException
* @throws \think\db\exception\ModelNotFoundException
* @throws \think\exception\DbException
*/
/** /**
* @return \think\Response * @return \think\Response
* @throws \think\db\exception\DataNotFoundException * @throws \think\db\exception\DataNotFoundException
......
...@@ -3,7 +3,7 @@ define(['doT', 'text!temp/remark_follow_template_tpl.html', 'css!style/home.css' ...@@ -3,7 +3,7 @@ define(['doT', 'text!temp/remark_follow_template_tpl.html', 'css!style/home.css'
follow = { follow = {
pageNo: 1, pageNo: 1,
/*第几页*/ /*第几页*/
pageSize: 10, pageSize: 15,
/*每页显示多少条*/ /*每页显示多少条*/
id: '', id: '',
house_id: '', house_id: '',
...@@ -15,7 +15,7 @@ define(['doT', 'text!temp/remark_follow_template_tpl.html', 'css!style/home.css' ...@@ -15,7 +15,7 @@ define(['doT', 'text!temp/remark_follow_template_tpl.html', 'css!style/home.css'
init: function() { init: function() {
//初始化dot //初始化dot
$(document.body).append(template); $(document.body).append(template);
follow.getList(0); follow.getList(1);
follow.event(); follow.event();
}, },
event: function() { event: 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