Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
standalone-anyremote
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
qlintonger xeno
standalone-anyremote
Commits
c6a562e3
Commit
c6a562e3
authored
May 09, 2024
by
qlintonger xeno
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
多人通话中完成+1
parent
2e4967ef
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
src/views/remote/videoCall/videoInfo.vue
+2
-1
src/views/remote/videoCall/videoItem.vue
+1
-1
No files found.
src/views/remote/videoCall/videoInfo.vue
View file @
c6a562e3
...
@@ -36,8 +36,9 @@ function idChangedHere(id: any) {
...
@@ -36,8 +36,9 @@ function idChangedHere(id: any) {
}
}
const
userVideoContainerSet
=
computed
(
function
()
{
const
userVideoContainerSet
=
computed
(
function
()
{
const
onTopUserSet
=
allOtherChattersIdSet
.
value
.
filter
((
a
:
any
)
=>
a
!==
inCenterUserVideoId
.
value
);
return
{
return
{
onTopUserSet
:
allOtherChattersIdSet
.
value
.
filter
((
a
:
any
)
=>
a
!==
inCenterUserVideoId
.
value
)
,
onTopUserSet
,
inCenter
:
inCenterUserVideoId
.
value
inCenter
:
inCenterUserVideoId
.
value
}
}
})
})
...
...
src/views/remote/videoCall/videoItem.vue
View file @
c6a562e3
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
</div>
</div>
<div
v-if=
"userDataForThis.calling"
class=
"absolute top-0 left-0 right-0 bottom-0 flex-center flex-col"
>
<div
v-if=
"userDataForThis.calling"
class=
"absolute top-0 left-0 right-0 bottom-0 flex-center flex-col"
>
<div
class=
"text-base text-theme-text1"
>
呼叫中...
</div>
<div
class=
"text-base text-theme-text1"
>
呼叫中...
</div>
<a-button
shape=
"circle"
status=
"danger"
type=
"primary"
@
click=
"cancelCallExact"
>
<a-button
shape=
"circle"
status=
"danger"
type=
"primary"
@
click
.
stop
=
"cancelCallExact"
>
<global-icon
:size=
"20"
color=
"var(--color-bg-white)"
icon=
"phone-hangup"
></global-icon>
<global-icon
:size=
"20"
color=
"var(--color-bg-white)"
icon=
"phone-hangup"
></global-icon>
</a-button>
</a-button>
</div>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment