diff --git a/src/views/im/home/components/rtc/RtcCallIncoming.vue b/src/views/im/home/components/rtc/RtcCallIncoming.vue index 24ea80476..1154adaa7 100644 --- a/src/views/im/home/components/rtc/RtcCallIncoming.vue +++ b/src/views/im/home/components/rtc/RtcCallIncoming.vue @@ -18,32 +18,33 @@ class="self-start" /> - +
- + +
+ {{ payload?.inviterNickname || '对方' }} + {{ tipText }} +
+ + +
diff --git a/src/views/im/home/components/rtc/RtcCallInviting.vue b/src/views/im/home/components/rtc/RtcCallInviting.vue index be9ce6b4d..9e94f9588 100644 --- a/src/views/im/home/components/rtc/RtcCallInviting.vue +++ b/src/views/im/home/components/rtc/RtcCallInviting.vue @@ -1,7 +1,7 @@