diff --git a/index.html b/index.html index 8388c4b..b3a8335 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - Vite + Vue + 奶酪-即时通讯-demo
diff --git a/src/components/ChatHeader.vue b/src/components/ChatHeader.vue index 6769a34..da267eb 100644 --- a/src/components/ChatHeader.vue +++ b/src/components/ChatHeader.vue @@ -19,6 +19,9 @@ {{ isFriendOnline ? '在线' : '离线' }} + + {{ callStatusText }} +

@@ -64,62 +67,49 @@ - - - \ No newline at end of file diff --git a/src/components/VideoCallComponent.vue b/src/components/VideoCallComponent.vue index 91234d3..bac42dc 100644 --- a/src/components/VideoCallComponent.vue +++ b/src/components/VideoCallComponent.vue @@ -22,7 +22,7 @@
{{ callerInfo.name }}
-
{{ callStatus }} {{ formattedDuration }}
+
{{ connectionText }}
@@ -120,12 +120,18 @@
- - +
+ + 对方忙线中 +
+