视频会议
This commit is contained in:
@@ -29,7 +29,7 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view v-if="selfTile" class="self-preview">
|
<view v-if="selfTile && primaryTile && !primaryTile.isLocal" class="self-preview">
|
||||||
<VideoTile
|
<VideoTile
|
||||||
class="self-video"
|
class="self-video"
|
||||||
:user-id="selfTile.userId"
|
:user-id="selfTile.userId"
|
||||||
@@ -278,7 +278,7 @@ const startTimer = () => {
|
|||||||
const joinMeeting = async () => {
|
const joinMeeting = async () => {
|
||||||
if (joining.value) return
|
if (joining.value) return
|
||||||
const code = formattedCode.value
|
const code = formattedCode.value
|
||||||
if (!digitsOf(code)) {
|
if (digitsOf(code).length !== 9) {
|
||||||
joinError.value = '会议号为空'
|
joinError.value = '会议号为空'
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user