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 @@
-
-
+
+
-
-
+
+
-
+