no message

This commit is contained in:
A1300399510
2024-01-23 19:10:57 +08:00
parent d93de9dfe2
commit 809d1d317a
10 changed files with 202 additions and 59 deletions

View File

@@ -101,6 +101,7 @@ const getCollect = () => {
showList.value = collectList
// showList.value = showList.value.concat(data.data)
console.log(collectList.length, data["count"])
if (collectList.length < data["count"]) collectPage++
else collectPage = 0