This commit is contained in:
2023-11-07 11:14:46 +08:00
parent 9565fedee0
commit 3c2871988d
3 changed files with 16 additions and 24 deletions

View File

@ -41,9 +41,13 @@
] ]
}, },
/* ios */ /* ios */
"ios" : {}, "ios" : {
"dSYMs" : false
},
/* SDK */ /* SDK */
"sdkConfigs" : {} "sdkConfigs" : {
"ad" : {}
}
} }
}, },
/* */ /* */

View File

@ -49,7 +49,8 @@
if(resp.code==200){ if(resp.code==200){
this.roomId = resp.msg this.roomId = resp.msg
this.src = 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){ }else if(resp.code==500){
this.$refs.uToast.show({ this.$refs.uToast.show({
title: resp.msg, title: resp.msg,
@ -60,11 +61,8 @@
} }
console.log(this.src, '99') console.log(this.src, '99')
}) })
}) })
}, },
}, },
} }
</script> </script>

View File

@ -30,7 +30,8 @@
预约时间: 预约时间:
<span>{{item.appointmentDate}} <span>{{item.appointmentDate}}
</span> </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> </span>
</view> </view>
<view class="time" style="line-height: 40rpx;" v-if="tabscurrent!=1"> <view class="time" style="line-height: 40rpx;" v-if="tabscurrent!=1">
@ -149,16 +150,6 @@
name: '已完成工单', name: '已完成工单',
value: 'COMPLETED', value: 'COMPLETED',
}], }],
// {
// name: '',
// value: '',
// }, {
// name: '',
// value: '1',
// }, {
// name: '',
// value: '2',
// }
tabscurrent: 0, tabscurrent: 0,
optionindex: 0, optionindex: 0,
optionname: '全部', optionname: '全部',
@ -176,9 +167,9 @@
value: 'COMPLETED', value: 'COMPLETED',
}], }],
query: { query: {
hospitalPersonId: '', hospitalPersonId: uni.getStorageSync("id"),
orderStatus: '', orderStatus: '',
orderType: 'HEALTH_CONSULTATION', orderType: '',
pageNum: 1, pageNum: 1,
pageSize: 10, pageSize: 10,
}, },
@ -188,7 +179,7 @@
formdata: { formdata: {
pageNum: 1, pageNum: 1,
pageSize: 10, pageSize: 10,
doctorId: 1, doctorId: uni.getStorageSync("id"),
consultationType: 'IMAGE_TEXT_CONSULTATION', consultationType: 'IMAGE_TEXT_CONSULTATION',
status: '', status: '',
}, },
@ -198,7 +189,6 @@
}, },
onShow() { onShow() {
this.info(); this.info();
this.query.hospitalPersonId=uni.getStorageSync("id")
}, },
methods: { methods: {
// //