no message

This commit is contained in:
A1300399510
2024-01-04 11:12:34 +08:00
parent 2ddfc65699
commit 8a9fae693c
51 changed files with 632 additions and 604 deletions

View File

@@ -129,11 +129,10 @@ const handleUser = async key => {
return
}
console.log(Object.keys(count.value).length, "length")
if (Object.keys(count.value).length === 0) await getUser()
MyPopupRef.value.cutMy(key)
if (Object.keys(count.value).length === 0) {
await getUser()
MyPopupRef.value.cutMy(key, true)
} else MyPopupRef.value.cutMy(key)
}
defineExpose({