Commit ff225149 authored by youjj's avatar youjj

修改分页数量

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