diff --git a/pages/therapist/orderDetail.vue b/pages/therapist/orderDetail.vue index 5938fa5..671d570 100644 --- a/pages/therapist/orderDetail.vue +++ b/pages/therapist/orderDetail.vue @@ -15,15 +15,14 @@ - {{order.artificerName}} + 22{{order.artificerName}} - - 今日可约 + {{order.status == 1?"可服务":"休息中"}} - {{order.time}} + {{order.time}} @@ -52,7 +51,7 @@ - 请TA上线 + 请TA上线 + 关注 @@ -345,8 +344,8 @@ methods: { shangxian(){//请TA上线 var data={ - userId: this.myId, - artificerId: this.artificerId + userId: this.artificerId, + byUserId: this.myId } this.$Request.post("/app/message/insertUpMessage", data).then(res => { if (res.code == 0) { @@ -470,6 +469,7 @@ }).then(res => { uni.hideLoading(); this.loading = false; + console.log('getDet---->',res) if (res.code == 0) { this.order = res.data this.status = res.data.status