no message

This commit is contained in:
A1300399510
2024-08-26 11:13:46 +08:00
parent 3582fcfdef
commit 3764bc5545
5 changed files with 5 additions and 5 deletions

View File

@@ -767,7 +767,7 @@ const handleScroll = () => {
}
}
const indicateTypeState = () => {
const indicateTypeState = () => {
let total = 0 // 累计
for (const key in carouselsconfig.value) {
if (carouselsconfig.value[key]["amount"] > 0) total++