优化交互

This commit is contained in:
2025-07-09 08:18:59 +08:00
parent 36bb210539
commit 3637c8b7c6
6 changed files with 390 additions and 376 deletions

View File

@@ -101,6 +101,7 @@ watch(() => chatStore.callStatus, (status) => {
watch(() => chatStore.incomingCall, (call) => {
if (call) {
isIncoming.value = true;
console.log(call, 'ssssssssssssssss')
callerInfo.value = chatStore.friends.find(f => f.id === call.callerId);
callType.value = call.callType;
} else {
@@ -185,4 +186,4 @@ onUnmounted(() => {
.animate-float-slow {
animation: float-slow 18s infinite ease-in-out;
}
</style>
</style>