列表加载20条

This commit is contained in:
A1300399510
2024-01-31 16:18:28 +08:00
parent a35823a108
commit 4f0e6947ab
32 changed files with 167 additions and 167 deletions

View File

@@ -84,7 +84,7 @@ const getList = () => {
if (page.value == 0 || loading.value) return
loading.value = true
getListHttp({ page: page.value, keyword: keyword.value })
getListHttp({ page: page.value, keyword: keyword.value, limit: 20 })
.then(res => {
if (res.code != 200) {
page.value = 0