From e2b6df76408f75d18aeb4e2fb42e1f42b18e3690 Mon Sep 17 00:00:00 2001 From: yangjun <1173114630@qq.com> Date: Mon, 1 Jul 2024 21:22:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AF=B7=E4=BB=96=E4=B8=8A?= =?UTF-8?q?=E7=BA=BF=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/therapist/orderDetail.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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