|
|
@@ -11,18 +11,25 @@
|
|
|
<view @click="handleClose" class="colse-btn">关闭房间</view>
|
|
|
</view>
|
|
|
<view class="room-box">
|
|
|
- <view class="room-info-box`">
|
|
|
+ <view class="room-info-box">
|
|
|
<view class="room-wcj">未创建</view>
|
|
|
- <view class="room-num">78979</view>
|
|
|
+ <view class="room-num" v-if="false">78979</view>
|
|
|
<view class="room-text">房间号</view>
|
|
|
</view>
|
|
|
<button @click="openUrl" type="default" class="phone-green-btn jr-btn">进入房间</button>
|
|
|
<!-- <button @click="openUrl2">进入房间2</button> -->
|
|
|
</view>
|
|
|
- <button @click="handleCreate" type="default" class="phone-white-btn">邀请客户进入面试</button>
|
|
|
- <button @click="handleCreate" type="default" class="phone-green-btn">创建房间</button>
|
|
|
+ <button @click="handleCreate" type="default" class="phone-white-btn yqkh-btn">邀请客户进入面试</button>
|
|
|
+ <button @click="handleCreate" type="default" class="phone-green-btn">创建面试房间</button>
|
|
|
+
|
|
|
+ <view class="ycms-tip-box">
|
|
|
+ <view class="tip-title"><text>小贴士</text><icon></icon></view>
|
|
|
+ <view class="tip-text">1.创建房间后会生成房间号,生成房间号后,可进入房间,也可以直接分享给客户进入房间。</view>
|
|
|
+ <view class="tip-text">2. 结束面试后,房间内的人员会被退出,同时面试房间号会失效;</view>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
|
|
|
+
|
|
|
</view>
|
|
|
</view>
|
|
|
</template>
|