Merge branch 'xingyy' into dev

This commit is contained in:
xingyy 2025-03-12 11:25:14 +08:00
commit 665abb28d0

View File

@ -187,6 +187,11 @@ const onLeave =async (moveX, callback) => {
isShow.value=false isShow.value=false
}, 1000) }, 1000)
}else{
setTimeout(() => {
isShow.value=false
}, 1000)
} }