|
|
@@ -19,11 +19,13 @@
|
|
|
<view class="room-wcj">未创建</view>
|
|
|
<view class="room-text">房间号</view>
|
|
|
</view>
|
|
|
- <button @click="openUrl" type="default" class="phone-white-btn jr-btn" v-if="data.room">进入房间</button>
|
|
|
+ <button @click="openUrl" type="default" class="phone-white-btn jr-btn" v-if="data.room">进入房间</button> <!-- 客户uid 4 -->
|
|
|
<!-- <button @click="openUrl2">进入房间2</button> -->
|
|
|
</view>
|
|
|
<!-- phone-white-btn -->
|
|
|
- <button @click="yqBtn" type="default" class="phone-green-btn yqkh-btn" v-if="data.room">邀请客户进入面试</button>
|
|
|
+ <button @click="yqBtn" type="default" class="phone-green-btn yqkh-btn" v-if="data.room">邀请客户进入面试</button> <!-- 客户uid 1 -->
|
|
|
+ <button @click="yqBtn" type="default" class="phone-green-btn yqkh-btn" v-if="data.room">邀请阿姨进入面试</button> <!-- 客户uid 2 -->
|
|
|
+ <button @click="yqBtn" type="default" class="phone-green-btn yqkh-btn" v-if="data.room">邀请旁听进入面试</button> <!-- 客户uid 3 -->
|
|
|
<button @click="handleCreate" type="default" class="phone-green-btn" v-else>创建面试房间</button>
|
|
|
|
|
|
<view class="ycms-tip-box">
|