修改
This commit is contained in:
parent
9565fedee0
commit
3c2871988d
@ -41,9 +41,13 @@
|
||||
]
|
||||
},
|
||||
/* ios打包配置 */
|
||||
"ios" : {},
|
||||
"ios" : {
|
||||
"dSYMs" : false
|
||||
},
|
||||
/* SDK配置 */
|
||||
"sdkConfigs" : {}
|
||||
"sdkConfigs" : {
|
||||
"ad" : {}
|
||||
}
|
||||
}
|
||||
},
|
||||
/* 快应用特有相关 */
|
||||
|
||||
@ -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')
|
||||
})
|
||||
|
||||
})
|
||||
|
||||
},
|
||||
|
||||
},
|
||||
}
|
||||
</script>
|
||||
|
||||
@ -30,7 +30,8 @@
|
||||
预约时间:
|
||||
<span>{{item.appointmentDate}}
|
||||
</span>
|
||||
<span v-if="item.appointmentStartTime && item.appointmentEndTime ">{{' '+item.appointmentStartTime}}{{'-'+item.appointmentEndTime}}</span>
|
||||
<span
|
||||
v-if="item.appointmentStartTime && item.appointmentEndTime ">{{' '+item.appointmentStartTime}}{{'-'+item.appointmentEndTime}}</span>
|
||||
</span>
|
||||
</view>
|
||||
<view class="time" style="line-height: 40rpx;" v-if="tabscurrent!=1">
|
||||
@ -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,7 +244,7 @@
|
||||
})
|
||||
},
|
||||
// 视频通话
|
||||
govideo(item){
|
||||
govideo(item) {
|
||||
console.log(item)
|
||||
uni.navigateTo({
|
||||
url: `/pages/Industrialbutler/Industrialbutler?item=${JSON.stringify(item)}`
|
||||
|
||||
Loading…
Reference in New Issue
Block a user