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" : {
"dSYMs" : false
},
/* SDK */
"sdkConfigs" : {}
"sdkConfigs" : {
"ad" : {}
}
}
},
/* */

View File

@ -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>

View File

@ -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: {
//