From 7b34cfd8458116601d91c17e5ccbc0bc98ba255f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=89?= <814457906@qq.com> Date: Tue, 14 Nov 2023 16:13:32 +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 --- pagesB/ExpertlookOrder/ExpertlookOrder.vue | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/pagesB/ExpertlookOrder/ExpertlookOrder.vue b/pagesB/ExpertlookOrder/ExpertlookOrder.vue index 36188b0..c3f32a9 100644 --- a/pagesB/ExpertlookOrder/ExpertlookOrder.vue +++ b/pagesB/ExpertlookOrder/ExpertlookOrder.vue @@ -117,7 +117,6 @@ 确定 - --> @@ -239,8 +238,6 @@ }, methods: { submit() { - console.log(this.orderlist[0], '858') - console.log(this.orderlist[0].goOrderNo, '88') var obj = { "patientId": this.orderTypeList.patientId, "openid": this.openid, @@ -351,21 +348,21 @@ }, // 去咨询 serve(item) { - // this.info() getRoomId(item.goodsOrderId).then(res => { if (res.msg) { this.roomId = res.msg - uni.navigateTo({ - url: `/pagesB/solution/solution?item=${JSON.stringify(item)}&&roomId=${this.roomId}` + this.$refs.uToast.show({ + title: '暂未开放', + type: 'error' }) + // uni.navigateTo({ + // url: `/pagesB/solution/solution?item=${JSON.stringify(item)}&&roomId=${this.roomId}` + // }) } else { this.$refs.uToast.show({ title: '暂无视频通话', type: 'error' }) - // uni.navigateTo({ - // url: `/pagesB/solution/solution?item=${JSON.stringify(item)}` - // }) } }) },