no message

This commit is contained in:
A1300399510
2024-01-03 11:42:49 +08:00
parent 42abde5285
commit 4a46a94688
47 changed files with 358 additions and 346 deletions

View File

@@ -206,7 +206,6 @@ const cancelCollection = (token, index) => {
collectList.splice(index, 1)
collectCount.value--
showList.value = [...collectList]
})
}