h5/pages/appointmentDetails/appointmentDetails.vue
@@ -153,7 +153,7 @@ // 取消预约 cancel() { const member = uni.getStorageSync('member'); visitsSelfCancel(this.id, member.id).then(res => { visitsSelfCancel(this.id, member.openId).then(res => { this.cancelShow = false this.getDetail(this.id) })