Commit 0db1764f authored by agping's avatar agping

商铺跟进优化

parent c41e9874
......@@ -249,7 +249,9 @@ define(['doT', 'text!temp/followHouseUp_template_tpl.html', 'css!style/home.css'
var doTtmpl = doT.template(document.getElementById('followHouseUp_list_tpl').innerHTML);
$("#follow_list").html(doTtmpl(data.data.result));
/*分页代码*/
add_page(data.data.total, pageNo, house.pageSize, house.getList);
add_page(40000, pageNo, house.pageSize, house.getList);
$('.hide-total-info-liu').hide();
} else {
alert(data['msg']);
};
......
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