From 70f86244ae512b987a3b4b316b4f1a133a4d2117 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=89?= <814457906@qq.com> Date: Wed, 8 Nov 2023 16:11:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- androidPrivacy.json | 2 +- manifest.json | 16 +- pages/Industrialbutler/Industrialbutler.vue | 2 +- pages/Industrialbutler/video.nvue | 225 ++++---------------- pages/login/login.vue | 1 - 5 files changed, 50 insertions(+), 196 deletions(-) diff --git a/androidPrivacy.json b/androidPrivacy.json index 12df862..0d726ca 100644 --- a/androidPrivacy.json +++ b/androidPrivacy.json @@ -1,3 +1,3 @@ { - "prompt": "template" + "prompt" : "template" } diff --git a/manifest.json b/manifest.json index 3114413..69f9e8a 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name" : "xinelu-doctor-app", "appid" : "__UNI__9BA7A08", "description" : "", - "versionName" : "1.0.3", - "versionCode" : 103, + "versionName" : "1.0.4", + "versionCode" : 104, "transformPx" : false, /* 5+App特有相关 */ "app-plus" : { @@ -85,9 +85,17 @@ "mp-weixin" : { "appid" : "", "setting" : { - "urlCheck" : false + "urlCheck" : false, + "es6" : true, + "minified" : true, + "postcss" : true }, - "usingComponents" : true + "usingComponents" : true, + "permission" : { + "scope.userLocation" : { + "desc" : "获取当前所在位置" + } + } }, "mp-alipay" : { "usingComponents" : true diff --git a/pages/Industrialbutler/Industrialbutler.vue b/pages/Industrialbutler/Industrialbutler.vue index 3abd435..8d7a3db 100644 --- a/pages/Industrialbutler/Industrialbutler.vue +++ b/pages/Industrialbutler/Industrialbutler.vue @@ -42,7 +42,7 @@ methods: { govideo() { uni.navigateTo({ - url: `./video?roomId=${this.roomId}&userId=${this.userId}&userName=${this.userName}&userSig=${this.userSig}` + url: `./video?roomId=${this.roomId}&userId=${this.userId}&userName=${this.userName}&userSig=${this.userSig}&remoteUserId=${this.item.patientId}` }) }, getUserSig() { diff --git a/pages/Industrialbutler/video.nvue b/pages/Industrialbutler/video.nvue index b7aeb7d..42d9511 100644 --- a/pages/Industrialbutler/video.nvue +++ b/pages/Industrialbutler/video.nvue @@ -1,20 +1,20 @@