|
|
|
@ -180,7 +180,7 @@ |
|
|
|
await app.getGoodsList(page.num) |
|
|
|
.then(list => { |
|
|
|
const curPageLen = list.data.length |
|
|
|
const totalSize = list.data.total |
|
|
|
const totalSize = list.total |
|
|
|
app.mescroll.endBySize(curPageLen, totalSize) |
|
|
|
}) |
|
|
|
.catch(() => app.mescroll.endErr()) |
|
|
|
|