From 3c2871988d33fe1ca24273f311e3ab103cf92b2e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=BE=89?= <814457906@qq.com>
Date: Tue, 7 Nov 2023 11:14:46 +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
---
manifest.json | 8 +++++--
pages/Industrialbutler/Industrialbutler.vue | 6 ++---
pages/homepage/homepage.vue | 26 +++++++--------------
3 files changed, 16 insertions(+), 24 deletions(-)
diff --git a/manifest.json b/manifest.json
index 762bba1..e022a92 100644
--- a/manifest.json
+++ b/manifest.json
@@ -41,9 +41,13 @@
]
},
/* ios打包配置 */
- "ios" : {},
+ "ios" : {
+ "dSYMs" : false
+ },
/* SDK配置 */
- "sdkConfigs" : {}
+ "sdkConfigs" : {
+ "ad" : {}
+ }
}
},
/* 快应用特有相关 */
diff --git a/pages/Industrialbutler/Industrialbutler.vue b/pages/Industrialbutler/Industrialbutler.vue
index ae3e5a7..9dffec1 100644
--- a/pages/Industrialbutler/Industrialbutler.vue
+++ b/pages/Industrialbutler/Industrialbutler.vue
@@ -49,7 +49,8 @@
if(resp.code==200){
this.roomId = resp.msg
this.src =
- `https://msg.xinyilu.cn?userId=${this.userId}&userName=${this.userName}&userSig=${this.userSig}&roomId=${this.roomId}`
+ `https://msg.xinyilu.cn?userId=5&userName=王晓燕&userSig=eJyrVgrxCdYrSy1SslIy0jNQ0gHzM1NS80oy0zLBwqZQweKU7MSCgswUJStDMwMgMLM0MYHIpFYUZBalAsVNTU2NgDIQ0ZLMXJCYmaWlsZGRoYUh1JTMdKCZFgGhHiGlhkWBZR6mKanpAVW*bpVuMfpGeY5epUZVad6G5qZBjgGZzk6GvqG2SrUAMZovIA__&roomId=456789`
+ console.log(this.src)
}else if(resp.code==500){
this.$refs.uToast.show({
title: resp.msg,
@@ -60,11 +61,8 @@
}
console.log(this.src, '99')
})
-
})
-
},
-
},
}
diff --git a/pages/homepage/homepage.vue b/pages/homepage/homepage.vue
index a8246d5..c88e7dc 100644
--- a/pages/homepage/homepage.vue
+++ b/pages/homepage/homepage.vue
@@ -30,7 +30,8 @@
预约时间:
{{item.appointmentDate}}
- {{' '+item.appointmentStartTime}}{{'-'+item.appointmentEndTime}}
+ {{' '+item.appointmentStartTime}}{{'-'+item.appointmentEndTime}}
@@ -131,7 +132,7 @@
consultationInfolist,
getUserSig,
consultation,
-
+
} from '@/api/homepage/index.js'
import {
getSex
@@ -149,16 +150,6 @@
name: '已完成工单',
value: 'COMPLETED',
}],
- // {
- // name: '全部',
- // value: '',
- // }, {
- // name: '未解决',
- // value: '1',
- // }, {
- // name: '已解决',
- // value: '2',
- // }
tabscurrent: 0,
optionindex: 0,
optionname: '全部',
@@ -176,9 +167,9 @@
value: 'COMPLETED',
}],
query: {
- hospitalPersonId: '',
+ hospitalPersonId: uni.getStorageSync("id"),
orderStatus: '',
- orderType: 'HEALTH_CONSULTATION',
+ orderType: '',
pageNum: 1,
pageSize: 10,
},
@@ -188,7 +179,7 @@
formdata: {
pageNum: 1,
pageSize: 10,
- doctorId: 1,
+ doctorId: uni.getStorageSync("id"),
consultationType: 'IMAGE_TEXT_CONSULTATION',
status: '',
},
@@ -198,7 +189,6 @@
},
onShow() {
this.info();
- this.query.hospitalPersonId=uni.getStorageSync("id")
},
methods: {
//前往聊天
@@ -254,12 +244,12 @@
})
},
// 视频通话
- govideo(item){
+ govideo(item) {
console.log(item)
uni.navigateTo({
url: `/pages/Industrialbutler/Industrialbutler?item=${JSON.stringify(item)}`
})
-
+
},
info() {
this.query.pageNum = 1