From 466dc282f789274da3e8214b8a0e7a9a008b71bb Mon Sep 17 00:00:00 2001 From: "Mr.jiang" <714156421@qq.com> Date: Thu, 15 Aug 2024 10:06:50 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=89=E6=8B=A9=E6=8A=80=E5=B8=88=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- my/gird/shoucang.vue | 3 + pages/therapist/orderDetail.vue | 3 + pages/therapist/therapist.vue | 23 +- pages/therapist/therapistDingdan.vue | 330 +++++++++++++++------------ 4 files changed, 209 insertions(+), 150 deletions(-) diff --git a/my/gird/shoucang.vue b/my/gird/shoucang.vue index d5bf838..762ca5c 100644 --- a/my/gird/shoucang.vue +++ b/my/gird/shoucang.vue @@ -27,6 +27,9 @@ {{item.artificerName}} + + + diff --git a/pages/therapist/orderDetail.vue b/pages/therapist/orderDetail.vue index da02a34..049d7cc 100644 --- a/pages/therapist/orderDetail.vue +++ b/pages/therapist/orderDetail.vue @@ -45,6 +45,9 @@ {{order.technicianTypeName}} + + {{order.artificerClassifyList[0].classifyName}} + 请TA上线 diff --git a/pages/therapist/therapist.vue b/pages/therapist/therapist.vue index 6bf0b65..9265235 100644 --- a/pages/therapist/therapist.vue +++ b/pages/therapist/therapist.vue @@ -37,6 +37,9 @@ {{ item.artificerName }} + + {{ item.artificerClassifyList[0].classifyName }} + 可服务 @@ -72,16 +75,17 @@ - - - {{item.consortiaName}} - {{ item.distance }} + + + {{item.consortiaName}} + + @@ -125,6 +129,9 @@ {{ getOrderByCurrentMarkerIndex().artificerName }} + + {{ getOrderByCurrentMarkerIndex().artificerClassifyList[0].classifyName }} + + + - - - - - - - 评论 - - {{ item.commentCount ? item.commentCount : 0 }} - - - - - 收藏 - - {{ item.collectCount ? item.collectCount : 0 }} - - + + {{item.content}} + + + + + 评论 + + {{ item.commentCount ? item.commentCount : 0 }} + - - - - - {{ item.distance }} - - - - - - {{item.consortiaName}} - - - - 确认 - - - 确认 - - + + + 收藏 + + {{ item.collectCount ? item.collectCount : 0 }} + - - + + + + + {{ item.distance }} + + + + + {{item.consortiaName}} + + + - + - + \ No newline at end of file