视频会议
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user