From cdbbb5040097498ccac6016cbb7776d1abd4b424 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Thu, 12 Aug 2021 17:29:22 +0800
Subject: [PATCH] 视频9
---
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 c6b18e4..1b13617 100644
--- a/pages/videoCall/videoCall.nvue
+++ b/pages/videoCall/videoCall.nvue
@@ -350,11 +350,11 @@
console.log('开始初始化')
this.uid = this.userName;
console.log('初始化完成’', this.uid, '当前id码');
- uni.showToast({
- title: this.uid,
- duration: 2000,
- // icon: 'none'
- });
+ // uni.showToast({
+ // title: this.uid,
+ // duration: 2000,
+ // // icon: 'none'
+ // });
if (uni.getSystemInfoSync().platform == 'ios') {
//查看相机权限
await this.requestAndroidPermission("camera", 'ios');
--
Gitblit v1.9.3