视频会议

This commit is contained in:
duoaohui
2026-05-24 00:00:56 +08:00
parent 9b85c9c9e5
commit bf04114c99
2 changed files with 11 additions and 4 deletions

View File

@@ -1,6 +1,8 @@
<template>
<view class="cloud-law-call">
<view v-if="!isReady" class="entry-state">
<!-- 仅在"出错 / 已结束"时显示过渡页正常 connecting 期间直接渲染会议外壳
避免出现"正在进入视频咨询"这一中间画面 -->
<view v-if="joinError || ended" class="entry-state">
<view class="entry-avatar">{{ entryInitial }}</view>
<text class="entry-title">{{ entryTitle }}</text>
<text class="entry-desc">{{ joinError || stateText }}</text>