限制会议号
This commit is contained in:
parent
cc16814256
commit
6a54535001
|
|
@ -1,5 +1,4 @@
|
|||
import { GetCheckoutRoomNum, PostAnonLogin, GetAgoraConf, GetRoomRtcToken, GetOpenId } from '../../api/form/index'
|
||||
import { getUUID } from '../../utils/utils'
|
||||
import { Message } from 'tdesign-miniprogram';
|
||||
import { startSignalr, onStop } from '../../utils/singlr';
|
||||
import { agora } from '../../utils/agora'
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
<view class="form">
|
||||
<header-tab title='智慧享' isBack='{{false}}'></header-tab>
|
||||
<view class="form-content">
|
||||
<t-input label="会议号" placeholder="请输入会议号" value="{{meetingForm.roomNum}}" bind:clear="changeMeetingForm" bind:change="changeMeetingForm" clearable data-type='roomNum' />
|
||||
<t-input label="会议号" placeholder="请输入会议号" maxlength="{{8}}" value="{{meetingForm.roomNum}}" bind:clear="changeMeetingForm" bind:change="changeMeetingForm" clearable data-type='roomNum' />
|
||||
<t-input label="入会名称" placeholder="请输入入会名称" value="{{meetingForm.roomName}}" bind:clear="changeMeetingForm" bind:change="changeMeetingForm" clearable data-type='roomName' />
|
||||
<view style="display: flex;justify-content: center;">
|
||||
<t-button theme="primary" style="width: 90%;margin: 20rpx 0 30rpx;" bind:tap="joinMeeting" wx:if="{{isCamera && isRecord}}">加入会议</t-button>
|
||||
|
|
|
|||
Loading…
Reference in New Issue