智慧保安互联网APP
zengh
2021-08-12 3d68acfa8dd4f91d7ad7e90c125886688b76bd14
初版集成
1 files modified
10 ■■■■ changed files
pages/videoCall/videoCall.nvue 10 ●●●● patch | view | raw | blame | history
pages/videoCall/videoCall.nvue
@@ -432,7 +432,7 @@
            phoneFnMain() {
                // RtcModule.leaveChannel((res) => {});
                console.log("等待时候挂断");
                // uni.navigateBack();
                uni.navigateBack();
                this.closeAll();
            },
            joinit() { //接受进入视频
@@ -466,7 +466,7 @@
                }
                // uni.navigateBack();
                uni.request({
                    url: this.$store.state.api + 'pushMsg/closeVideoCall',
                    url: this.$store.state.api + '/pushMsg/closeVideoCall',
                    data:data,
                    success:(res)=> {
                        // RtcModule.leaveChannel((res) => {});
@@ -852,7 +852,7 @@
        /* position: absolute; */
        /* width: 750rpx;
        height: 1334rpx; */
        border: 1px solid red;
        /* border: 1px solid red; */
        flex-wrap: wrap;
        flex-direction: row;
        background-color: transparent;
@@ -863,7 +863,7 @@
        flex: 1;
        width: 750rpx;
        height: 1344rpx;
        border: 2px solid green;
        /* border: 2px solid green; */
        background-color: transparent;
        z-index: 5;
    }
@@ -873,7 +873,7 @@
        top: 60rpx;
        right: 30rpx;
        width: 300rpx;
        border: 2px solid yellow;
        /* border: 2px solid yellow; */
        height: 400rpx;
        background-color: transparent;
        z-index: 6;