Commit ff225149 authored by youjj's avatar youjj

修改分页数量

parent daf44e38
......@@ -189,7 +189,7 @@
listLoading: true,
listQuery: {
page: 1,
limit: 5,
limit: 10,
addrProvince: undefined,
addrCity: undefined,
addrTown: undefined
......
......@@ -161,7 +161,7 @@
listLoading: true,
listQuery: {
page: 1,
limit: 5,
limit: 10,
priceStart: undefined,
priceEnd: undefined,
addrProvince: undefined,
......@@ -282,6 +282,7 @@
* 滚动事件
*/
scroll() {
console.log("scroll");
let isLoading = false;
window.onscroll = () => {
// 距离底部200px时加载一次
......
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