| | |
| | | <view class="index" v-if="!videoShow"> |
| | | <view class="Mains" v-if="isMain"> |
| | | <view class="Mains-t"> |
| | | <text class="activetext">正在呼叫{{toName}}</text> |
| | | <text class="activetext">正在呼叫{{callname}}</text> |
| | | <u-loading size="36" mode="flower"></u-loading> |
| | | </view> |
| | | <!-- 挂断 --> |
| | |
| | | </view> |
| | | <view class="Receiver" v-if="!isMain"> |
| | | <view class="Mains-t"> |
| | | <text class="activetext">是否接收来自{{formName}}的{{Otype}}请求</text> |
| | | <text class="activetext">是否接收来自{{callname}}的{{Otype == 'video'? '视频': '音频'}}请求</text> |
| | | <text class="activetext">接受进入{{channel}}</text> |
| | | <u-loading size="36" mode="flower"></u-loading> |
| | | </view> |
| | |
| | | |
| | | formName: '', |
| | | |
| | | callname: '', |
| | | |
| | | |
| | | |
| | | faqiid: '', |
| | | jieshouid: '' |
| | | |
| | |
| | | onLoad(option) { |
| | | var that = this; |
| | | that.toName = option.toname; |
| | | that.callname = option.callname; |
| | | console.log(option) |
| | | if (option.type) { |
| | | that.Otype = option.type; |
| | |
| | | } else if (option.state == "Receiver") { |
| | | that.userName = 'jieshouren'; |
| | | // that.formName = 'wo'; |
| | | that.callname = option.name; |
| | | that.channel = option.room; |
| | | that.faqiid = option.faqiid; |
| | | that.jieshouid = that.$store.state.puserID; |