fix:修复语音通话样式不小心被视频挤乱
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
<image-preview :src="dataInfo.ossAddr" class="show-box-avatar"></image-preview>
|
<image-preview :src="dataInfo.ossAddr" class="show-box-avatar"></image-preview>
|
||||||
<view class="show-box" :class="{ isVideo: isVideoStyle }">
|
<view class="show-box" :class="{ isVideo: isVideoStyle }">
|
||||||
<nav-bar :is_seat="true"></nav-bar>
|
<nav-bar :is_seat="true"></nav-bar>
|
||||||
<view class="switch-div">
|
<view class="switch-div" v-if="isVideoStyle">
|
||||||
<!-- <view class="switch-text">场景提示</view> -->
|
<!-- <view class="switch-text">场景提示</view> -->
|
||||||
<!-- <switch class="switch" :checked="!sceneDescShow" @click="switchChange" /> -->
|
<!-- <switch class="switch" :checked="!sceneDescShow" @click="switchChange" /> -->
|
||||||
<view class="title-time" v-if="isRecording">{{ formattedTime }}</view>
|
<view class="title-time" v-if="isRecording">{{ formattedTime }}</view>
|
||||||
@@ -273,6 +273,12 @@
|
|||||||
}
|
}
|
||||||
.role-name {
|
.role-name {
|
||||||
margin-bottom: 26rpx;
|
margin-bottom: 26rpx;
|
||||||
|
// position: relative;
|
||||||
|
// width: 100vw;
|
||||||
|
text-align: center;
|
||||||
|
color: #fff;
|
||||||
|
line-height: 58rpx;
|
||||||
|
font-size: 38rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.title-tip {
|
.title-tip {
|
||||||
|
|||||||
@@ -37,14 +37,6 @@
|
|||||||
}
|
}
|
||||||
const aaaa = async() => {
|
const aaaa = async() => {
|
||||||
|
|
||||||
await permision.judgeIosPermission('camera')
|
|
||||||
|
|
||||||
// var result = await permision.requestAndroidPermission('android.permission.CAMERA')
|
|
||||||
// console.log('result', result);
|
|
||||||
|
|
||||||
// const permResult = await permission.requestAndroidPermission(
|
|
||||||
// 'android.permission.RECORD_AUDIO');
|
|
||||||
// common.navigateTo('/pages/test/testChat')
|
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user