修改
This commit is contained in:
parent
d41c9cc83e
commit
7b34cfd845
@ -117,7 +117,6 @@
|
||||
</view>
|
||||
<view class="submits" @tap='Receipts'>确定</view>
|
||||
</u-popup>
|
||||
|
||||
</view> -->
|
||||
<u-popup v-model="evaluatenurse" mode="bottom" length="50%" border-radius="20" :closeable='true' class='masks'>
|
||||
<view class="titleitem">
|
||||
@ -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)}`
|
||||
// })
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user