From 3d68acfa8dd4f91d7ad7e90c125886688b76bd14 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Thu, 12 Aug 2021 16:18:21 +0800
Subject: [PATCH] 初版集成

---
 pages/videoCall/videoCall.nvue |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/pages/videoCall/videoCall.nvue b/pages/videoCall/videoCall.nvue
index 12108e6..ad091d3 100644
--- a/pages/videoCall/videoCall.nvue
+++ b/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;

--
Gitblit v1.9.3