优化交互
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user