This commit is contained in:
2023-11-14 16:13:32 +08:00
parent d41c9cc83e
commit 7b34cfd845

View File

@ -117,7 +117,6 @@
</view> </view>
<view class="submits" @tap='Receipts'>确定</view> <view class="submits" @tap='Receipts'>确定</view>
</u-popup> </u-popup>
</view> --> </view> -->
<u-popup v-model="evaluatenurse" mode="bottom" length="50%" border-radius="20" :closeable='true' class='masks'> <u-popup v-model="evaluatenurse" mode="bottom" length="50%" border-radius="20" :closeable='true' class='masks'>
<view class="titleitem"> <view class="titleitem">
@ -239,8 +238,6 @@
}, },
methods: { methods: {
submit() { submit() {
console.log(this.orderlist[0], '858')
console.log(this.orderlist[0].goOrderNo, '88')
var obj = { var obj = {
"patientId": this.orderTypeList.patientId, "patientId": this.orderTypeList.patientId,
"openid": this.openid, "openid": this.openid,
@ -351,21 +348,21 @@
}, },
// //
serve(item) { serve(item) {
// this.info()
getRoomId(item.goodsOrderId).then(res => { getRoomId(item.goodsOrderId).then(res => {
if (res.msg) { if (res.msg) {
this.roomId = res.msg this.roomId = res.msg
uni.navigateTo({ this.$refs.uToast.show({
url: `/pagesB/solution/solution?item=${JSON.stringify(item)}&&roomId=${this.roomId}` title: '暂未开放',
type: 'error'
}) })
// uni.navigateTo({
// url: `/pagesB/solution/solution?item=${JSON.stringify(item)}&&roomId=${this.roomId}`
// })
} else { } else {
this.$refs.uToast.show({ this.$refs.uToast.show({
title: '暂无视频通话', title: '暂无视频通话',
type: 'error' type: 'error'
}) })
// uni.navigateTo({
// url: `/pagesB/solution/solution?item=${JSON.stringify(item)}`
// })
} }
}) })
}, },